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

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed)

Created:
8 years, 2 months ago by Jói
Modified:
8 years, 2 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, dhollowa+watch_chromium.org, rpetterson, browser-components-watch_chromium.org, gideonwald, rginda+watch_chromium.org, stuartmorgan+watch_chromium.org, markusheintz_, stevenjb+watch_chromium.org, Shishir, cbentzel+watch_chromium.org, ben+watch_chromium.org, Ilya Sherman, jam, dominich, darin-cc_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, amit, tim (not reviewing), dbeam+watch-ntp_chromium.org, Raghu Simha, oshima+watch_chromium.org, haitaol1, Jered, robertshield, akalin, tfarina, samarth, sreeram, Aaron Boodman, Satish, David Black, dyu1, grt+watch_chromium.org, estade+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move the bits of Prefs where production code has only trivially easy to break dependencies back to Chrome. This leaves the following in chrome/ for now, which will move later: - PrefService, to move once sync dependencies and dependencies on Chrome-specific pref stores are externalized. - PrefNotifierImpl and PrefObserverMock, to move once NotificationSource dependency is broken. - PrefValueStore, to move once PrefModelAssociatior dependency is externalized. - ScopedUserPrefUpdate, to move once PrefService moves. TBR=ben@chromium.org BUG=155525 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163354

Patch Set 1 #

Patch Set 2 : Fix .gypi files #

Patch Set 3 : Sort headers #

Total comments: 6

Patch Set 4 : Address review comments, fix gypi problem #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -3136 lines) Patch
M DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
A base/prefs/DEPS View 1 chunk +18 lines, -0 lines 0 comments Download
A base/prefs/README View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
A + base/prefs/default_pref_store.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + base/prefs/default_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/json_pref_store.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
A + base/prefs/json_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/json_pref_store_unittest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
A + base/prefs/overlay_user_pref_store.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
A + base/prefs/overlay_user_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/overlay_user_pref_store_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + base/prefs/persistent_pref_store.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + base/prefs/pref_notifier.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/prefs/pref_store.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/prefs/pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/pref_store_observer_mock.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + base/prefs/pref_store_observer_mock.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/pref_value_map.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/prefs/pref_value_map.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/pref_value_map_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/public/pref_change_registrar.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/prefs/public/pref_change_registrar.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + base/prefs/public/pref_change_registrar_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/public/pref_service_base.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/prefs/testing_pref_store.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + base/prefs/testing_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/prefs/value_map_pref_store.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + base/prefs/value_map_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/api/prefs/pref_change_registrar.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/api/prefs/pref_change_registrar.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D chrome/browser/api/prefs/pref_change_registrar_unittest.cc View 1 chunk +0 lines, -207 lines 0 comments Download
M chrome/browser/api/prefs/pref_member.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/api/prefs/pref_service_base.h View 1 chunk +0 lines, -272 lines 0 comments Download
M chrome/browser/autofill/autocomplete_history_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_common_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_download.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_mode_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_expanded_state_tracker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_extension_api.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_manager_extension_api.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_manager_extension_apitest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/audio/audio_handler.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_sync_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/settings/device_settings_provider.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/settings/stub_cros_settings_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_default_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_policy_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_pref_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/content_settings_pref_provider_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/content_settings/cookie_settings.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/managed_mode/managed_mode_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_pref_store.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_pref_value_map.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_pref_value_map.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_pref_value_map_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_prefs_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/external_policy_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/test_extension_prefs.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/net/chrome_url_request_context.h View 1 chunk +1 line, -1 line 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/pref_proxy_config_tracker_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/ssl_config_service_manager_pref_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_prefs.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud_policy_subsystem.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler_chromeos.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler_chromeos_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store_unittest.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/policy/managed_mode_policy_provider.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/managed_mode_policy_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/managed_mode_policy_provider_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/url_blacklist_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/command_line_pref_store.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/prefs/default_pref_store.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/prefs/default_pref_store.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/prefs/overlay_user_pref_store.h View 1 chunk +0 lines, -84 lines 0 comments Download
D chrome/browser/prefs/overlay_user_pref_store.cc View 1 chunk +0 lines, -186 lines 0 comments Download
D chrome/browser/prefs/overlay_user_pref_store_unittest.cc View 1 chunk +0 lines, -282 lines 0 comments Download
D chrome/browser/prefs/pref_notifier.h View 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/browser/prefs/pref_notifier_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_service.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/prefs/pref_service_mock_builder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_service_mock_builder.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/prefs/pref_service_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
D chrome/browser/prefs/pref_value_map.h View 1 chunk +0 lines, -87 lines 0 comments Download
D chrome/browser/prefs/pref_value_map.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D chrome/browser/prefs/pref_value_map_unittest.cc View 1 chunk +0 lines, -111 lines 0 comments Download
M chrome/browser/prefs/pref_value_store.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_value_store.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_value_store_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/scoped_user_pref_update.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/scoped_user_pref_update_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/prefs/testing_pref_store.h View 1 chunk +0 lines, -84 lines 0 comments Download
D chrome/browser/prefs/testing_pref_store.cc View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/browser/prefs/value_map_pref_store.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/prefs/value_map_pref_store.cc View 1 chunk +0 lines, -61 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/protector/base_prefs_change.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/protector/protected_prefs_watcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_tab_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_preferences.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_profile.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/credential_cache_service_win.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_manager_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/alternate_error_tab_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/apps_model_builder.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_instant_controller.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/global_menu_bar.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/gtk_theme_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/core_options_handler.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/media_galleries_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/startup_pages_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 4 chunks +15 lines, -11 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 7 chunks +16 lines, -8 lines 0 comments Download
D chrome/common/json_pref_store.h View 1 chunk +0 lines, -93 lines 0 comments Download
D chrome/common/json_pref_store.cc View 1 chunk +0 lines, -344 lines 0 comments Download
D chrome/common/json_pref_store_unittest.cc View 1 chunk +0 lines, -293 lines 0 comments Download
D chrome/common/persistent_pref_store.h View 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/common/pref_store.h View 1 chunk +0 lines, -72 lines 0 comments Download
D chrome/common/pref_store.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/common/pref_store_observer_mock.h View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/common/pref_store_observer_mock.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/service/service_process_prefs.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/testing_pref_service.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/reliability/page_load_test.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome_frame/test/reliability/page_load_test.cc View 1 2 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Jói
Hi Mattias, As before, the interesting files are: DEPS base/prefs/DEPS base/prefs/README chrome/DEPS chrome/*.gypi Everything else ...
8 years, 2 months ago (2012-10-22 14:38:12 UTC) #1
Jói
+ben@ for .gypi changes, but I plan to TBR once I have Mattias's LGTM since ...
8 years, 2 months ago (2012-10-22 14:42:38 UTC) #2
Mattias Nissler (ping if slow)
LGTM with with nits. https://codereview.chromium.org/11243002/diff/5001/base/prefs/README File base/prefs/README (right): https://codereview.chromium.org/11243002/diff/5001/base/prefs/README#newcode1 base/prefs/README:1: At the moment, src/base/prefs has ...
8 years, 2 months ago (2012-10-22 15:03:11 UTC) #3
Jói
Thanks, addressed your comments, will CQ now. Cheers, Jói https://codereview.chromium.org/11243002/diff/5001/base/prefs/README File base/prefs/README (right): https://codereview.chromium.org/11243002/diff/5001/base/prefs/README#newcode1 base/prefs/README:1: ...
8 years, 2 months ago (2012-10-22 15:31:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/11243002/9001
8 years, 2 months ago (2012-10-22 15:32:50 UTC) #5
Ben Goodger (Google)
Very cool! On Mon, Oct 22, 2012 at 8:32 AM, <commit-bot@chromium.org> wrote: > CQ is ...
8 years, 2 months ago (2012-10-22 16:07:34 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-10-22 20:02:11 UTC) #7
Change committed as 163354

Powered by Google App Engine
This is Rietveld 408576698