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

Issue 18199003: Allow Chrome OS login profile to have different default pref values (Closed)

Created:
7 years, 5 months ago by bartfab (slow)
Modified:
7 years, 5 months ago
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, haitaol+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, rsimha+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Allow Chrome OS login profile to have different default pref values This CL is a prerequisite for putting Chrome in charge of all power management settings. Since the power management defaults on the login screen differ from those during a user session, the default values of the power prefs should be set differently for the login profile. This CL has no functional changes. It just does the following: 1/ Split chrome::RegisterUserPrefs() into: * chrome::RegisterUserProfilePrefs() * chrome::RegisterLoginProfilePrefs() 2/ Rename all other RegisterUserPrefs() methods to RegisterProfilePrefs(). BUG=241794 TEST=Updated unit and browser tests TBR=jochen@chromium.org (blanket rename of RegisterUserPrefs() in chrome/) TBR=asargent@chromium.org (blanket rename of RegisterUserPrefs() in apps/) TBR=joi@chromium.org (blanket rename of RegisterUserPrefs() in components/) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210310

Patch Set 1 #

Patch Set 2 : Comment addressed. #

Total comments: 1

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -293 lines) Patch
M apps/prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M apps/prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_driver_impl_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_factory.cc View 1 1 chunk +1 line, -1 line 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 +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_prompt_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_prompt_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_to_mobile_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_to_mobile_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc View 1 13 chunks +22 lines, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/preferences_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/proxy_config_service_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_pref_provider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_pref_provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_pref_provider_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_window.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/commands/command_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/commands/command_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/commands/command_service_new.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/default_apps.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/default_apps.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/invalidation_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/invalidation_service_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/invalidation/invalidator_storage.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/invalidator_storage.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/invalidation/invalidator_storage_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_registration_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_capture_devices_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_capture_devices_dispatcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_devices_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_devices_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/http_server_properties_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/http_server_properties_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/net_pref_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/net_pref_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/desktop_notification_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_generation_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_generation_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_x.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_flash_settings_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_flash_settings_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/url_blacklist_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/url_blacklist_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/browser_prefs.h View 1 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 3 chunks +71 lines, -60 lines 0 comments Download
M chrome/browser/prefs/incognito_mode_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/incognito_mode_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/incognito_mode_prefs_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/proxy_policy_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/session_startup_pref.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/session_startup_pref.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/session_startup_pref_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_url.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_url.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/chrome_version_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/chrome_version_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 3 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/device_id_fetcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/device_id_fetcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_prepopulate_data.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_prepopulate_data.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.cc View 1 1 chunk +1 line, -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 +1 line, -1 line 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_preferences.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_preferences.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_prefs.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_prefs_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_prefs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_prefs.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/alternate_error_tab_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/alternate_error_tab_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/event_rewriter_unittest.cc View 1 14 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/network_profile_bubble.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/network_profile_bubble.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/sync_promo_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/sync/sync_promo_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_codec.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_codec.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/flags_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/instant_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/instant_ui.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/android/promo_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/android/promo_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/most_visited_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/most_visited_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/ntp/suggestions_page_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/suggestions_page_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/plugins_ui.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/sticky_settings.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/sticky_settings.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/notification_promo.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/notification_promo.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/promo_resource_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/promo_resource_service.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/browser_context_keyed_service/browser_context_keyed_base_factory.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/browser_context_keyed_service/browser_context_keyed_base_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
bartfab (slow)
Hi Mattias, Could you review the browser_prefs.[cc|h] changes? All other changes are just updates to ...
7 years, 5 months ago (2013-06-28 12:17:58 UTC) #1
bartfab (slow)
Hi Mattias, Could you review the browser_prefs.[cc|h] changes? All other changes are just updates to ...
7 years, 5 months ago (2013-06-28 12:17:58 UTC) #2
Mattias Nissler (ping if slow)
I think it would be better if you left browser_prefs::RegisterUserPrefs() the function that everybody can ...
7 years, 5 months ago (2013-07-03 15:18:08 UTC) #3
bartfab (slow)
On 2013/07/03 15:18:08, Mattias Nissler wrote: > I think it would be better if you ...
7 years, 5 months ago (2013-07-03 17:06:34 UTC) #4
Mattias Nissler (ping if slow)
LGTM https://codereview.chromium.org/18199003/diff/5002/chrome/browser/sync/sync_prefs.cc File chrome/browser/sync/sync_prefs.cc (left): https://codereview.chromium.org/18199003/diff/5002/chrome/browser/sync/sync_prefs.cc#oldcode49 chrome/browser/sync/sync_prefs.cc:49: // TODO(joi): Remove |prefs| parameter. Thanks for cleaning ...
7 years, 5 months ago (2013-07-04 11:41:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/18199003/12001
7 years, 5 months ago (2013-07-05 09:33:00 UTC) #6
commit-bot: I haz the power
7 years, 5 months ago (2013-07-05 15:32:52 UTC) #7
Message was sent while issue was closed.
Change committed as 210310

Powered by Google App Engine
This is Rietveld 408576698