Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Issue 1701063003: Refactor ArcBridgeService detection and initialization to a separate class ArcServiceLauncher. (Closed)

Created:
4 years, 10 months ago by arthurhsu
Modified:
4 years, 10 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor ArcBridgeService detection and initialization to a separate class ArcServiceLauncher. BUG=588783 Committed: https://crrev.com/ace7826b196f8dca3e79cd4aba0326f1c357d42c Cr-Commit-Position: refs/heads/master@{#377968}

Patch Set 1 #

Patch Set 2 : fix link error #

Patch Set 3 : Fix test build break #

Patch Set 4 : Rebase master #

Total comments: 1

Patch Set 5 : Address reviewer feedback #

Total comments: 4

Patch Set 6 : Address reviewer feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -32 lines) Patch
A chrome/browser/chromeos/arc/arc_service_launcher.h View 1 2 3 4 5 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_service_launcher.cc View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 4 chunks +4 lines, -12 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.h View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M components/arc/arc_bridge_service_impl.h View 1 2 3 4 5 2 chunks +1 line, -4 lines 0 comments Download
M components/arc/arc_bridge_service_impl.cc View 1 2 3 4 5 2 chunks +1 line, -8 lines 0 comments Download
M components/arc/test/fake_arc_bridge_service.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/arc/test/fake_arc_bridge_service.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 28 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1701063003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1701063003/20001
4 years, 10 months ago (2016-02-17 02:17:57 UTC) #2
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
4 years, 10 months ago (2016-02-17 02:17:59 UTC) #4
arthurhsu
4 years, 10 months ago (2016-02-17 23:58:51 UTC) #7
arthurhsu
4 years, 10 months ago (2016-02-19 02:06:24 UTC) #8
arthurhsu
+hidehiko for OWNERS review
4 years, 10 months ago (2016-02-19 23:08:43 UTC) #10
hidehiko
Before entering the detailed review: Could you explain what is your goal of this refactoring ...
4 years, 10 months ago (2016-02-22 08:08:40 UTC) #11
arthurhsu
On 2016/02/22 at 08:08:40, hidehiko wrote: > Before entering the detailed review: > > Could ...
4 years, 10 months ago (2016-02-22 19:14:45 UTC) #13
hidehiko
lgtm
4 years, 10 months ago (2016-02-25 02:12:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1701063003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1701063003/80001
4 years, 10 months ago (2016-02-25 18:02:53 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/150167)
4 years, 10 months ago (2016-02-25 18:22:49 UTC) #18
arthurhsu
+xiyuan for OWNERS review of chrome_browser_main_chromeos.*
4 years, 10 months ago (2016-02-25 18:30:47 UTC) #20
xiyuan
lgtm https://codereview.chromium.org/1701063003/diff/80001/chrome/browser/chromeos/arc/arc_service_launcher.h File chrome/browser/chromeos/arc/arc_service_launcher.h (right): https://codereview.chromium.org/1701063003/diff/80001/chrome/browser/chromeos/arc/arc_service_launcher.h#newcode22 chrome/browser/chromeos/arc/arc_service_launcher.h:22: void Launch(); nit: Launch -> Initialize, Initialize is ...
4 years, 10 months ago (2016-02-26 17:38:01 UTC) #21
arthurhsu
https://codereview.chromium.org/1701063003/diff/80001/chrome/browser/chromeos/arc/arc_service_launcher.h File chrome/browser/chromeos/arc/arc_service_launcher.h (right): https://codereview.chromium.org/1701063003/diff/80001/chrome/browser/chromeos/arc/arc_service_launcher.h#newcode22 chrome/browser/chromeos/arc/arc_service_launcher.h:22: void Launch(); On 2016/02/26 at 17:38:01, xiyuan wrote: > ...
4 years, 10 months ago (2016-02-26 19:10:06 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1701063003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1701063003/100001
4 years, 10 months ago (2016-02-26 19:12:08 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-26 20:49:37 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 20:59:27 UTC) #28
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ace7826b196f8dca3e79cd4aba0326f1c357d42c
Cr-Commit-Position: refs/heads/master@{#377968}

Powered by Google App Engine
This is Rietveld 408576698