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

Issue 1610813003: Merge arc/common/settings.mojom into intent_helper.mojom (Closed)

Created:
4 years, 11 months ago by Yusuke Sato
Modified:
4 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), davemoore+watch_chromium.org, oshima+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Merge arc/common/settings.mojom into intent_helper.mojom This is for ag/848680 and ag/848681. BUG=577929 TEST=http, https, and mailto URLs are still passed from ARC. CrOS setting changes are still sent to ARC. Committed: https://crrev.com/d85dbd46dd8e9b4bc268b45ba2593ca761fde4f3 Cr-Commit-Position: refs/heads/master@{#371067}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add back settings.mojom #

Total comments: 2

Patch Set 3 : rebase #

Total comments: 4

Patch Set 4 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -447 lines) Patch
M chrome/browser/chromeos/arc/arc_intent_helper_bridge.h View 1 2 3 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc View 1 2 3 3 chunks +25 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/arc/arc_settings_bridge.h View 1 2 1 chunk +0 lines, -93 lines 0 comments Download
D chrome/browser/chromeos/arc/arc_settings_bridge.cc View 1 2 1 chunk +0 lines, -189 lines 0 comments Download
D chrome/browser/chromeos/arc/arc_settings_bridge_unittest.cc View 1 2 1 chunk +0 lines, -53 lines 0 comments Download
A + chrome/browser/chromeos/arc/settings_bridge.h View 1 2 4 chunks +16 lines, -15 lines 0 comments Download
A + chrome/browser/chromeos/arc/settings_bridge.cc View 1 2 8 chunks +28 lines, -52 lines 0 comments Download
A + chrome/browser/chromeos/arc/settings_bridge_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/arc/arc_bridge_service.h View 1 8 chunks +1 line, -11 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 2 3 chunks +1 line, -24 lines 0 comments Download
M components/arc/common/intent_helper.mojom View 1 1 chunk +10 lines, -1 line 0 comments Download
D components/arc/common/settings.mojom View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
Yusuke Sato
PTAL
4 years, 11 months ago (2016-01-21 01:23:19 UTC) #3
benhansen1
LGTM. Thanks for doing all this work to merge them! https://codereview.chromium.org/1610813003/diff/1/chrome/browser/chromeos/arc/settings_bridge.cc File chrome/browser/chromeos/arc/settings_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/1/chrome/browser/chromeos/arc/settings_bridge.cc#newcode161 ...
4 years, 11 months ago (2016-01-21 02:41:05 UTC) #5
Yusuke Sato
PTAL https://codereview.chromium.org/1610813003/diff/1/chrome/browser/chromeos/arc/settings_bridge.cc File chrome/browser/chromeos/arc/settings_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/1/chrome/browser/chromeos/arc/settings_bridge.cc#newcode161 chrome/browser/chromeos/arc/settings_bridge.cc:161: if (delegate_) On 2016/01/21 02:41:05, benhansen1 wrote: > ...
4 years, 11 months ago (2016-01-21 22:42:57 UTC) #6
benhansen1
Great. Thanks again. Still LGTM
4 years, 11 months ago (2016-01-21 22:45:38 UTC) #7
Yusuke Sato
(btw, settings.mojom is still marked as 'D' in rietveld, but it _is_ added back.)
4 years, 11 months ago (2016-01-21 22:54:34 UTC) #8
Luis Héctor Chávez
LGTM with a nit. You might want to rebase since the ArcService change landed. https://codereview.chromium.org/1610813003/diff/20001/chrome/browser/chromeos/arc/settings_bridge.h ...
4 years, 11 months ago (2016-01-21 23:32:06 UTC) #9
Yusuke Sato
Thanks for the review! dcheng/xiyuan: could you take a look at *.mojom and c/b/chromeos/ changes? ...
4 years, 11 months ago (2016-01-22 00:57:57 UTC) #11
xiyuan
https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc File chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc#newcode30 chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc:30: // to be ready. The comment seems suggesting that ...
4 years, 11 months ago (2016-01-22 16:09:59 UTC) #12
lhc(google)
https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc File chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc#newcode30 chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc:30: // to be ready. On 2016/01/22 16:09:59, xiyuan wrote: ...
4 years, 11 months ago (2016-01-22 16:13:44 UTC) #14
xiyuan
https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc File chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc#newcode30 chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc:30: // to be ready. On 2016/01/22 16:13:44, lhc(google) wrote: ...
4 years, 11 months ago (2016-01-22 16:21:12 UTC) #15
Yusuke Sato
Please take another look. https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc File chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/1610813003/diff/40001/chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc#newcode30 chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc:30: // to be ready. Sounds ...
4 years, 11 months ago (2016-01-22 18:04:10 UTC) #16
dcheng
lgtm
4 years, 11 months ago (2016-01-22 18:30:52 UTC) #17
xiyuan
lgtm Cool.
4 years, 11 months ago (2016-01-22 18:40:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1610813003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1610813003/60001
4 years, 11 months ago (2016-01-22 22:56:46 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-22 23:06:36 UTC) #23
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 23:08:06 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d85dbd46dd8e9b4bc268b45ba2593ca761fde4f3
Cr-Commit-Position: refs/heads/master@{#371067}

Powered by Google App Engine
This is Rietveld 408576698