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

Issue 148083014: ExtensionSystem cleanup part 3 (Closed)

Created:
6 years, 10 months ago by Yoyo Zhou
Modified:
6 years, 10 months ago
Reviewers:
James Cook, sky
CC:
chromium-reviews, vandebo (ex-Chrome), felt, nkostylev+watch_chromium.org, tzik, tburkard+watch_chromium.org, yoshiki+watch_chromium.org, rginda+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org, haitaol+watch_chromium.org, nhiroki, gavinp+prer_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, maniscalco+watch_chromium.org, davidben+watch_chromium.org, Lei Zhang, tfarina, tommycli, dominich+watch_chromium.org, Greg Billock, James Su, davemoore+watch_chromium.org
Visibility:
Public.

Description

ExtensionSystem cleanup part 3 Fix most users of ExtensionSystemFactory::GetInstance() to use ExtensionsBrowserClient::Get()->GetExtensionSystemFactory(). Clean up extension_system_factory.h includes. Follows https://codereview.chromium.org/137753016/ BUG=337707 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251284

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -71 lines) Patch
M chrome/browser/apps/ephemeral_app_service_factory.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/extension_app_provider.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative/declarative_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative/declarative_apitest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_api_factory.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/idle/idle_manager_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/profile_keyed_api_factory.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_api.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/runtime/runtime_api_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/system_info/system_info_api.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_helpers.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/dev_mode_bubble_controller.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/install_tracker_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/menu_manager_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/suspicious_extension_bubble_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_factory.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_manager_factory.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/recommended_apps.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/app_result.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/start_page_service_factory.cc View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/identity_internals_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/extension_system_provider.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Yoyo Zhou
reviewers: jamescook: for chrome/browser/extensions sky: for everything else https://codereview.chromium.org/148083014/diff/1/extensions/browser/extension_system_provider.cc File extensions/browser/extension_system_provider.cc (right): https://codereview.chromium.org/148083014/diff/1/extensions/browser/extension_system_provider.cc#newcode14 extensions/browser/extension_system_provider.cc:14: : ...
6 years, 10 months ago (2014-02-13 02:07:01 UTC) #1
James Cook
c/b/extensions LGTM
6 years, 10 months ago (2014-02-13 17:02:36 UTC) #2
sky
LGTM
6 years, 10 months ago (2014-02-13 18:13:36 UTC) #3
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-13 18:13:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/1
6 years, 10 months ago (2014-02-13 18:15:29 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 18:15:50 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/api/system_info/system_info_api.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-13 18:15:51 UTC) #7
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-13 18:22:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/180001
6 years, 10 months ago (2014-02-13 18:25:31 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 18:45:45 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 10 months ago (2014-02-13 18:45:47 UTC) #11
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-13 19:00:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/180001
6 years, 10 months ago (2014-02-13 19:02:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/180001
6 years, 10 months ago (2014-02-13 20:00:55 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 20:27:58 UTC) #15
commit-bot: I haz the power
Commit queue patch verification failed without an error message. Something went wrong, probably a crash, ...
6 years, 10 months ago (2014-02-13 20:28:00 UTC) #16
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-13 21:16:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/180001
6 years, 10 months ago (2014-02-13 21:18:59 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 22:27:22 UTC) #19
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 10 months ago (2014-02-13 22:27:23 UTC) #20
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-14 01:54:59 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/610001
6 years, 10 months ago (2014-02-14 01:55:52 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-14 02:45:37 UTC) #23
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, check_deps2git, chromedriver_unittests, ...
6 years, 10 months ago (2014-02-14 02:45:39 UTC) #24
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 10 months ago (2014-02-14 07:24:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/148083014/870001
6 years, 10 months ago (2014-02-14 07:25:01 UTC) #26
commit-bot: I haz the power
6 years, 10 months ago (2014-02-14 13:33:41 UTC) #27
Message was sent while issue was closed.
Change committed as 251284

Powered by Google App Engine
This is Rietveld 408576698