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

Issue 10692168: Moved ExternalExtensionLoaders/Providers into extensions namespace (Closed)

Created:
8 years, 5 months ago by Devlin
Modified:
8 years, 5 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, Aaron Boodman, pam+watch_chromium.org, timurrrr+watch_chromium.org, glider+watch_chromium.org, bruening+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Moved ExternalExtensionLoaders/Providers into extensions namespace Moved ExternalExtensionLoader, ExternalExtensionProviderImpl, ExternalExtensionProviderInterface, ExternalRegistryExtensionLoader, ExternalPrefsExtensionLoader, and ExternalPolicyExtensionLoader into extensions namespace. Renamed appropriately. BUG=136873, 117261 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146847

Patch Set 1 #

Total comments: 14

Patch Set 2 : Requested changes + latest master #

Total comments: 12

Patch Set 3 : Latest master + requested changes #

Patch Set 4 : Even later master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -1890 lines) Patch
M chrome/browser/extensions/default_apps.h View 1 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/extensions/default_apps.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 5 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 8 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 9 chunks +13 lines, -12 lines 0 comments Download
D chrome/browser/extensions/external_extension_loader.h View 1 1 chunk +0 lines, -81 lines 0 comments Download
D chrome/browser/extensions/external_extension_loader.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/browser/extensions/external_extension_provider_impl.h View 1 1 chunk +0 lines, -115 lines 0 comments Download
D chrome/browser/extensions/external_extension_provider_impl.cc View 1 1 chunk +0 lines, -426 lines 0 comments Download
D chrome/browser/extensions/external_extension_provider_interface.h View 1 1 chunk +0 lines, -87 lines 0 comments Download
A + chrome/browser/extensions/external_loader.h View 1 2 4 chunks +17 lines, -15 lines 0 comments Download
A + chrome/browser/extensions/external_loader.cc View 2 chunks +13 lines, -10 lines 0 comments Download
D chrome/browser/extensions/external_policy_extension_loader.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/extensions/external_policy_extension_loader.cc View 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/browser/extensions/external_policy_extension_loader_unittest.cc View 1 chunk +0 lines, -155 lines 0 comments Download
A + chrome/browser/extensions/external_policy_loader.h View 1 2 3 chunks +16 lines, -12 lines 0 comments Download
A + chrome/browser/extensions/external_policy_loader.cc View 1 2 7 chunks +10 lines, -7 lines 0 comments Download
A + chrome/browser/extensions/external_policy_loader_unittest.cc View 1 7 chunks +23 lines, -20 lines 0 comments Download
D chrome/browser/extensions/external_pref_extension_loader.h View 1 1 chunk +0 lines, -104 lines 0 comments Download
D chrome/browser/extensions/external_pref_extension_loader.cc View 1 chunk +0 lines, -253 lines 0 comments Download
A + chrome/browser/extensions/external_pref_loader.h View 1 2 6 chunks +21 lines, -18 lines 0 comments Download
A + chrome/browser/extensions/external_pref_loader.cc View 6 chunks +20 lines, -20 lines 0 comments Download
A + chrome/browser/extensions/external_provider_impl.h View 1 7 chunks +26 lines, -27 lines 0 comments Download
A + chrome/browser/extensions/external_provider_impl.cc View 1 11 chunks +51 lines, -52 lines 0 comments Download
A + chrome/browser/extensions/external_provider_interface.h View 1 7 chunks +15 lines, -11 lines 0 comments Download
D chrome/browser/extensions/external_registry_extension_loader_win.h View 1 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/extensions/external_registry_extension_loader_win.cc View 1 1 chunk +0 lines, -153 lines 0 comments Download
A chrome/browser/extensions/external_registry_loader_win.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A + chrome/browser/extensions/external_registry_loader_win.cc View 1 6 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/policy/app_pack_updater.h View 1 2 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/policy/app_pack_updater.cc View 1 2 6 chunks +20 lines, -19 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 2 chunks +13 lines, -13 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/valgrind/tsan/suppressions.txt View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Devlin
Please review when time allows. kalman: c/b/extensions pastarmovj: c/b/policy Thanks in advance.
8 years, 5 months ago (2012-07-12 22:01:31 UTC) #1
pastarmovj
I think Joao knows this code better and although I don't see an issue with ...
8 years, 5 months ago (2012-07-12 22:23:18 UTC) #2
Joao da Silva
lgtm after fixing the nits and a bot run. IMO adding the extensions:: prefix to ...
8 years, 5 months ago (2012-07-13 13:33:42 UTC) #3
Devlin
On 2012/07/13 13:33:42, Joao da Silva wrote: > lgtm after fixing the nits and a ...
8 years, 5 months ago (2012-07-13 16:31:03 UTC) #4
Devlin
https://chromiumcodereview.appspot.com/10692168/diff/1/chrome/browser/extensions/default_apps.h File chrome/browser/extensions/default_apps.h (right): https://chromiumcodereview.appspot.com/10692168/diff/1/chrome/browser/extensions/default_apps.h#newcode56 chrome/browser/extensions/default_apps.h:56: On 2012/07/13 13:33:42, Joao da Silva wrote: > Nit: ...
8 years, 5 months ago (2012-07-13 16:31:17 UTC) #5
not at google - send to devlin
lgtm http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_policy_loader.cc File chrome/browser/extensions/external_policy_loader.cc (right): http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_policy_loader.cc#newcode1 chrome/browser/extensions/external_policy_loader.cc:1: // Copyright (c) 2011 The Chromium Authors. All ...
8 years, 5 months ago (2012-07-16 07:18:09 UTC) #6
Joao da Silva
A couple more nits; still lgtm http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_loader.h File chrome/browser/extensions/external_loader.h (right): http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_loader.h#newcode12 chrome/browser/extensions/external_loader.h:12: Nit: remove extra ...
8 years, 5 months ago (2012-07-16 08:08:47 UTC) #7
Devlin
http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_loader.h File chrome/browser/extensions/external_loader.h (right): http://codereview.chromium.org/10692168/diff/9027/chrome/browser/extensions/external_loader.h#newcode12 chrome/browser/extensions/external_loader.h:12: On 2012/07/16 08:08:47, Joao da Silva wrote: > Nit: ...
8 years, 5 months ago (2012-07-16 15:40:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10692168/17002
8 years, 5 months ago (2012-07-16 15:40:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10692168/17004
8 years, 5 months ago (2012-07-16 16:05:31 UTC) #10
commit-bot: I haz the power
Try job failure for 10692168-17004 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-16 17:11:34 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10692168/25003
8 years, 5 months ago (2012-07-16 17:45:40 UTC) #12
commit-bot: I haz the power
8 years, 5 months ago (2012-07-16 19:03:29 UTC) #13
Change committed as 146847

Powered by Google App Engine
This is Rietveld 408576698