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

Issue 501093003: Consolidate AppControllDelegate to ExtensionsDelegate (Closed)

Created:
6 years, 3 months ago by oshima
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, extensions-reviews_chromium.org, jochen+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Consolidate AppControllDelegate to ExtensionsDelegate. * Prep for athena on chrome. Another notable change: * pass app_id to AppActivity. it's known at creation time. Note: this depends on https://codereview.chromium.org/505273002/ BUG=397167 Committed: https://crrev.com/07f5926458490eab81d5d71b88ef18a9b9948ea6 Cr-Commit-Position: refs/heads/master@{#292264}

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -170 lines) Patch
M athena/activity/public/activity_factory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M athena/athena.gyp View 1 3 chunks +0 lines, -4 lines 0 comments Download
M athena/content/app_activity.h View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M athena/content/app_activity.cc View 1 2 3 5 chunks +5 lines, -12 lines 0 comments Download
M athena/content/app_activity_registry.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M athena/content/app_activity_unittest.cc View 1 2 15 chunks +49 lines, -58 lines 0 comments Download
M athena/content/app_registry_impl.cc View 1 4 chunks +3 lines, -18 lines 0 comments Download
M athena/content/content_activity_factory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
D athena/content/public/app_content_control_delegate.h View 1 chunk +0 lines, -40 lines 0 comments Download
M athena/content/public/app_registry.h View 2 chunks +0 lines, -9 lines 0 comments Download
M athena/content/shell/content_activity_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M athena/content/shell/shell_app_activity.h View 1 chunk +2 lines, -1 line 0 comments Download
M athena/content/shell/shell_app_activity.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M athena/extensions/public/extensions_delegate.h View 2 chunks +8 lines, -2 lines 0 comments Download
M athena/extensions/shell/extensions_delegate_impl.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M athena/extensions/test/test_extensions_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M athena/main/athena_main.cc View 1 chunk +2 lines, -1 line 0 comments Download
M athena/test/sample_activity_factory.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M athena/test/sample_activity_factory.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
oshima
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-26 20:15:53 UTC) #1
oshima
oshima@chromium.org changed reviewers: + skuhne@chromium.org
6 years, 3 months ago (2014-08-26 20:16:59 UTC) #2
oshima
6 years, 3 months ago (2014-08-26 20:18:37 UTC) #3
oshima
On 2014/08/26 20:18:37, oshima wrote: ping?
6 years, 3 months ago (2014-08-27 18:18:36 UTC) #4
Mr4D (OOO till 08-26)
Nice to see this being cleaned up! A few nits though. https://codereview.chromium.org/501093003/diff/60001/athena/content/app_activity.cc File athena/content/app_activity.cc (right): ...
6 years, 3 months ago (2014-08-27 20:22:19 UTC) #5
oshima
https://codereview.chromium.org/501093003/diff/60001/athena/content/app_activity.cc File athena/content/app_activity.cc (right): https://codereview.chromium.org/501093003/diff/60001/athena/content/app_activity.cc#newcode122 athena/content/app_activity.cc:122: overview_mode_image_ = gfx::ImageSkia(); On 2014/08/27 20:22:19, Mr4D wrote: > ...
6 years, 3 months ago (2014-08-27 21:20:19 UTC) #6
Mr4D (OOO till 08-26)
lgtm. Please add the TODO before submitting... https://codereview.chromium.org/501093003/diff/60001/athena/extensions/shell/extensions_delegate_impl.cc File athena/extensions/shell/extensions_delegate_impl.cc (right): https://codereview.chromium.org/501093003/diff/60001/athena/extensions/shell/extensions_delegate_impl.cc#newcode38 athena/extensions/shell/extensions_delegate_impl.cc:38: virtual bool ...
6 years, 3 months ago (2014-08-27 22:07:11 UTC) #7
oshima
https://codereview.chromium.org/501093003/diff/60001/athena/extensions/shell/extensions_delegate_impl.cc File athena/extensions/shell/extensions_delegate_impl.cc (right): https://codereview.chromium.org/501093003/diff/60001/athena/extensions/shell/extensions_delegate_impl.cc#newcode38 athena/extensions/shell/extensions_delegate_impl.cc:38: virtual bool UnloadApp(const std::string& app_id) OVERRIDE { return false; ...
6 years, 3 months ago (2014-08-27 22:19:20 UTC) #8
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 3 months ago (2014-08-27 22:19:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/501093003/80001
6 years, 3 months ago (2014-08-27 22:20:23 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 23:21:40 UTC) #11
commit-bot: I haz the power
Failed to commit the patch.
6 years, 3 months ago (2014-08-27 23:21:41 UTC) #12
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 3 months ago (2014-08-27 23:29:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/501093003/80001
6 years, 3 months ago (2014-08-27 23:32:26 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001) as facb822d3052864ee24d211f302181bb38cc5aa8
6 years, 3 months ago (2014-08-27 23:34:41 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:55:30 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/07f5926458490eab81d5d71b88ef18a9b9948ea6
Cr-Commit-Position: refs/heads/master@{#292264}

Powered by Google App Engine
This is Rietveld 408576698