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

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed)

Created:
7 years, 8 months ago by Paweł Hajdan Jr.
Modified:
7 years, 8 months ago
Reviewers:
Elliot Glaysher, Jói
CC:
chromium-reviews, shishir+watch_chromium.org, tzik+watch_chromium.org, dougw+watch_chromium.org, ahutter, browser-components-watch_chromium.org, gideonwald, stuartmorgan+watch_chromium.org, Albert Bodenhamer, markusheintz_, Ilya Sherman, kinuko+watch, cbentzel+watch_chromium.org, Aaron Boodman, benquan, jam, dbeam+watch-autofill_chromium.org, dominich, tburkard+watch_chromium.org, dhollowa+watch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, rpetterson, tim (not reviewing), pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, marja+watch_chromium.org, dyu1, Raghu Simha, melevin, rouslan+spellwatch_chromium.org, gavinp+prer_chromium.org, samarth+watch_chromium.org, pam+watch_chromium.org, kmadhusu+watch_chromium.org, Raman Kakilate, haitaol1, Jered, akalin, tfarina, sreeram, sail+watch_chromium.org, benjhayden+dwatch_chromium.org, dominich+watch_chromium.org, David Black, Dane Wallinga, rdsmith+dwatch_chromium.org, estade+watch_chromium.org, James Su, mmenke, kaiwang
Visibility:
Public.

Description

[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext instead of Profile. This will help move it out of chrome. BUG=227219 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196777

Patch Set 1 #

Total comments: 3

Patch Set 2 : for review #

Total comments: 7

Patch Set 3 : fixes #

Patch Set 4 : rebase #

Patch Set 5 : trybots #

Patch Set 6 : trybots 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+593 lines, -427 lines) Patch
M apps/app_restore_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_restore_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M apps/shortcut_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/shortcut_manager_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M build/linux/system.gyp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/history_contents_provider_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autocheckout_whitelist_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager_factory.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager_factory.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/background/background_contents_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_model_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_model_factory.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_to_mobile_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_to_mobile_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_system_service.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_system_service.cc View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter_factory.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter_factory.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/networking_private_event_router_factory.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/networking_private_event_router_factory.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/content_settings/cookie_settings.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/download/download_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_service_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/activity_log.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/bluetooth/bluetooth_api_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_api_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/discovery/suggested_links_registry_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/identity_apitest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/idle/idle_api_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/idle/idle_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/idle/idle_manager_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/profile_keyed_api_factory.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/storage/settings_test_util.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_registry_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_registry_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_pref_value_map_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_pref_value_map_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_system_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_system_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/image_loader_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/image_loader_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/install_tracker_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/install_tracker_factory.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/shell_window_registry.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/shell_window_registry.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/test_extension_system.h View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_system.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/favicon/favicon_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/favicon_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/google/google_url_tracker_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/drive_notification_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google_apis/drive_notification_manager_factory.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/history_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_service_factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/history/shortcuts_backend_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/history/shortcuts_backend_factory.cc View 1 3 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/history/web_history_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/web_history_service_factory.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/notifications/desktop_notification_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/mock_password_store.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/mock_password_store.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_manager_factory.cc View 1 2 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/predictors/predictor_database_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/predictor_database_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_link_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_link_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_dependency_manager_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_keyed_base_factory.h View 1 6 chunks +15 lines, -10 lines 0 comments Download
M chrome/browser/profiles/profile_keyed_base_factory.cc View 1 6 chunks +16 lines, -7 lines 0 comments Download
M chrome/browser/profiles/profile_keyed_service_factory.h View 1 3 chunks +21 lines, -14 lines 0 comments Download
M chrome/browser/profiles/profile_keyed_service_factory.cc View 1 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/profiles/refcounted_profile_keyed_service_factory.h View 1 2 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/profiles/refcounted_profile_keyed_service_factory.cc View 1 5 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/profiles/startup_task_runner_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/startup_task_runner_service_factory.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search/instant_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/instant_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_fetcher_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_fetcher_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.cc View 1 4 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/in_memory_tab_restore_service.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sessions/session_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/tab_restore_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_factory.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_factory.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/signin/signin_tracker_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/token_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/token_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_preferences.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_preferences.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/speech/tts_extension_loader_chromeos.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_service_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 1 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 3 chunks +16 lines, -14 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_global_error_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_service_factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state_factory.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state_factory.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/find_bar/find_bar_state_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/find_bar/find_bar_state_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/global_error/global_error_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/global_error/global_error_service_factory.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper_unittest.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_resource_cache_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_setup_handler_unittest.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/usb/usb_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/usb/usb_service_factory.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/user_style_sheet_watcher_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/user_style_sheet_watcher_factory.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service_factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/base/chrome_render_view_host_test_harness.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 6 chunks +17 lines, -9 lines 0 comments Download
M components/autofill/browser/autocomplete_history_manager_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/browser/autofill_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/user_prefs/user_prefs.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Paweł Hajdan Jr.
Please review. This is a work-in-progress change (some highlights in comments below). Most of the ...
7 years, 8 months ago (2013-04-18 18:32:59 UTC) #1
Jói
Hi Paweł, I didn't look at much beyond //chrome/browser/profiles. I think this approach should work, ...
7 years, 8 months ago (2013-04-19 10:39:25 UTC) #2
Elliot Glaysher
Given that BrowserContext::IsOffTheRecord() exists, why does jam not want the rest of incognito state to ...
7 years, 8 months ago (2013-04-22 19:17:26 UTC) #3
Paweł Hajdan Jr.
On 2013/04/22 19:17:26, Elliot Glaysher wrote: > Given that BrowserContext::IsOffTheRecord() exists, why does jam not ...
7 years, 8 months ago (2013-04-22 19:26:23 UTC) #4
Paweł Hajdan Jr.
PTAL - this is now ready for your review. I've left GetProfileToUse as-is for now ...
7 years, 8 months ago (2013-04-23 18:29:51 UTC) #5
Jói
LGTM with a question and a nit. https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp#newcode46 build/linux/system.gyp:46: 'all_dependent_settings': { ...
7 years, 8 months ago (2013-04-23 22:45:21 UTC) #6
Paweł Hajdan Jr.
https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp#newcode46 build/linux/system.gyp:46: 'all_dependent_settings': { On 2013/04/23 22:45:22, Jói wrote: > Were ...
7 years, 8 months ago (2013-04-23 22:58:10 UTC) #7
Jói
https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp#newcode46 build/linux/system.gyp:46: 'all_dependent_settings': { On 2013/04/23 22:58:11, Paweł Hajdan Jr. wrote: ...
7 years, 8 months ago (2013-04-24 09:09:09 UTC) #8
Paweł Hajdan Jr.
https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp File build/linux/system.gyp (right): https://codereview.chromium.org/14141006/diff/8001/build/linux/system.gyp#newcode46 build/linux/system.gyp:46: 'all_dependent_settings': { On 2013/04/24 09:09:10, Jói wrote: > On ...
7 years, 8 months ago (2013-04-25 17:51:42 UTC) #9
Elliot Glaysher
profiles lgtm
7 years, 8 months ago (2013-04-25 22:43:23 UTC) #10
Jói
OK, LGTM. On Thu, Apr 25, 2013 at 10:43 PM, <erg@chromium.org> wrote: > profiles lgtm ...
7 years, 8 months ago (2013-04-26 12:34:38 UTC) #11
Paweł Hajdan Jr.
7 years, 8 months ago (2013-04-26 18:09:13 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 manually as r196777.

Powered by Google App Engine
This is Rietveld 408576698