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

Issue 612423003: Move ExtensionCache to //extensions (Closed)

Created:
6 years, 2 months ago by Ken Rockot(use gerrit already)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move ExtensionCache to //extensions This moves the ExtensionCache interface out to extensions and delegates instance provisioning out to ExtensionsBrowserClient implementations. BUG=398671 Committed: https://crrev.com/1056c8a4ddb699dec826e75358f554c0e4790ae2 Cr-Commit-Position: refs/heads/master@{#299192}

Patch Set 1 : #

Patch Set 2 : Expect no ExtensionUpdater in Chrome OS tests #

Patch Set 3 : space #

Patch Set 4 : Fix test setup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -212 lines) Patch
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 4 chunks +18 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_disabled_ui_browsertest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/external_provider_impl_unittest.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
D chrome/browser/extensions/updater/extension_cache.h View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/extensions/updater/extension_cache.cc View 1 1 chunk +0 lines, -84 lines 0 comments Download
M chrome/browser/extensions/updater/extension_cache_fake.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/updater/extension_cache_fake.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/extensions/updater/extension_cache_impl.h View 1 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/browser/extensions/updater/extension_cache_impl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/extensions/updater/extension_downloader.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/updater/extension_updater.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M extensions/browser/BUILD.gn View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/browser/extensions_browser_client.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.h View 1 4 chunks +7 lines, -0 lines 0 comments Download
M extensions/browser/test_extensions_browser_client.cc View 3 chunks +7 lines, -1 line 0 comments Download
A + extensions/browser/updater/extension_cache.h View 1 3 chunks +8 lines, -12 lines 0 comments Download
A + extensions/browser/updater/null_extension_cache.h View 1 2 2 chunks +10 lines, -21 lines 0 comments Download
A extensions/browser/updater/null_extension_cache.cc View 1 chunk +41 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M extensions/shell/browser/shell_extensions_browser_client.cc View 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 24 (13 generated)
Ken Rockot(use gerrit already)
Antony could you ptal? I'm not so crazy about having EBC::GetExtensionCache as well as ExtensionCache::GetInstance, ...
6 years, 2 months ago (2014-10-01 15:29:57 UTC) #2
asargent_no_longer_on_chrome
Summary of our in-person conversation about this: I also think it's a little weird to ...
6 years, 2 months ago (2014-10-02 22:53:37 UTC) #6
Ken Rockot(use gerrit already)
Alright, I think this works better. It's really only necessary to override the cache for ...
6 years, 2 months ago (2014-10-06 19:58:33 UTC) #8
asargent_no_longer_on_chrome
nice, lgtm https://codereview.chromium.org/612423003/diff/160001/chrome/browser/extensions/updater/extension_cache_fake.h File chrome/browser/extensions/updater/extension_cache_fake.h (right): https://codereview.chromium.org/612423003/diff/160001/chrome/browser/extensions/updater/extension_cache_fake.h#newcode12 chrome/browser/extensions/updater/extension_cache_fake.h:12: #include "extensions/browser/updater/extension_cache.h" Should extension_cache_fake.{h,cc} also move into ...
6 years, 2 months ago (2014-10-06 23:16:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/612423003/180001
6 years, 2 months ago (2014-10-09 16:49:45 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/16671)
6 years, 2 months ago (2014-10-09 17:02:00 UTC) #16
Ken Rockot(use gerrit already)
Julian, could you please take a look at policy_browsertest.cc?
6 years, 2 months ago (2014-10-09 19:14:20 UTC) #18
pastarmovj
lgtm
6 years, 2 months ago (2014-10-10 07:41:58 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/612423003/550001
6 years, 2 months ago (2014-10-10 21:25:36 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:550001)
6 years, 2 months ago (2014-10-10 21:46:18 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-10 21:46:52 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1056c8a4ddb699dec826e75358f554c0e4790ae2
Cr-Commit-Position: refs/heads/master@{#299192}

Powered by Google App Engine
This is Rietveld 408576698