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

Issue 2337193005: Consolidate 4 GetIntentHelper functions (Closed)

Created:
4 years, 3 months ago by Yusuke Sato
Modified:
4 years, 3 months ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Consolidate 4 GetIntentHelper functions and have it in arc::ArcIntentHelperBridge. BUG=b:29079617, b:31406784 TEST=try, ARC still loads activity icons Committed: https://crrev.com/f775245e52830d2d1dacb0c3be73eba77c19f5e5 Cr-Commit-Position: refs/heads/master@{#418706}

Patch Set 1 #

Patch Set 2 : Fix clang builds #

Patch Set 3 : review #

Total comments: 6

Patch Set 4 : Address comments #

Total comments: 2

Patch Set 5 : Address comments2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -85 lines) Patch
M chrome/browser/chromeos/arc/arc_navigation_throttle.cc View 1 2 3 3 chunks +4 lines, -22 lines 0 comments Download
M chrome/browser/chromeos/file_manager/arc_file_tasks.cc View 1 2 3 1 chunk +1 line, -15 lines 0 comments Download
M components/arc/intent_helper/activity_icon_loader.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/intent_helper/activity_icon_loader.cc View 1 2 3 4 2 chunks +11 lines, -27 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.h View 1 2 3 4 2 chunks +19 lines, -0 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 2 3 4 2 chunks +44 lines, -0 lines 0 comments Download
M components/arc/intent_helper/link_handler_model_impl.cc View 1 2 3 3 chunks +4 lines, -21 lines 0 comments Download

Messages

Total messages: 29 (20 generated)
Yusuke Sato
PTAL
4 years, 3 months ago (2016-09-14 20:17:52 UTC) #11
Luis Héctor Chávez
nice :D https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode137 components/arc/intent_helper/arc_intent_helper_bridge.cc:137: *out_error_code = GetResult::FAILED_ARC_NOT_SUPPORTED; Shouldn't this be FAILED_ARC_NOT_READY? ...
4 years, 3 months ago (2016-09-14 20:28:49 UTC) #12
Yusuke Sato
PTAL https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode137 components/arc/intent_helper/arc_intent_helper_bridge.cc:137: *out_error_code = GetResult::FAILED_ARC_NOT_SUPPORTED; On 2016/09/14 20:28:49, Luis Héctor ...
4 years, 3 months ago (2016-09-14 21:02:25 UTC) #13
Luis Héctor Chávez
lgtm with two optional nits. https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.h File components/arc/intent_helper/arc_intent_helper_bridge.h (right): https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.h#newcode81 components/arc/intent_helper/arc_intent_helper_bridge.h:81: static mojom::IntentHelperInstance* GetIntentHelperInstance( On ...
4 years, 3 months ago (2016-09-14 21:09:12 UTC) #16
Yusuke Sato
kinaba@ PTAL https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.h File components/arc/intent_helper/arc_intent_helper_bridge.h (right): https://codereview.chromium.org/2337193005/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.h#newcode81 components/arc/intent_helper/arc_intent_helper_bridge.h:81: static mojom::IntentHelperInstance* GetIntentHelperInstance( On 2016/09/14 21:09:12, Luis ...
4 years, 3 months ago (2016-09-14 21:21:49 UTC) #19
kinaba
lgtm
4 years, 3 months ago (2016-09-14 22:29:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2337193005/80001
4 years, 3 months ago (2016-09-14 22:45:53 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-14 22:52:10 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-14 22:54:03 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f775245e52830d2d1dacb0c3be73eba77c19f5e5
Cr-Commit-Position: refs/heads/master@{#418706}

Powered by Google App Engine
This is Rietveld 408576698