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

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)

Created:
4 years, 3 months ago by maxbogue
Modified:
4 years, 3 months ago
Reviewers:
brettw, skym
CC:
chromium-reviews, dbeam+watch-options_chromium.org, msramek+watch_chromium.org, skanuj+watch_chromium.org, sadrul, yusukes+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, oka+watch_chromium.org, browser-components-watch_chromium.org, rginda+watch_chromium.org, fukino+watch_chromium.org, markusheintz_, extensions-reviews_chromium.org, melevin+watch_chromium.org, estade+watch_chromium.org, achuith+watch_chromium.org, Patrick Dubroy, nona+watch_chromium.org, Jered, vabr+watchlistautofill_chromium.org, chromium-apps-reviews_chromium.org, pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, alemate+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org, ntp-dev+reviews_chromium.org, rouslan+autofill_chromium.org, yamaguchi+watch_chromium.org, twellington+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, kalyank, mlamouri+watch-permissions_chromium.org, gcasto+watchlist_chromium.org, sync-reviews_chromium.org, sdefresne+watch_chromium.org, michaelpg+watch-options_chromium.org, tfarina, donnd+watch_chromium.org, shuchen+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, dbeam+watch-history_chromium.org, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, dbeam+watch-settings_chromium.org, James Su, stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Fix namespaces for the browser_sync component. Things within a component should have a namespace that matches its name. BUG=646685 TBR=brettw Committed: https://crrev.com/0a37945f852bb8f479886642df5815e22879beea Cr-Commit-Position: refs/heads/master@{#420465}

Patch Set 1 #

Patch Set 2 : Try fixing iOS. #

Patch Set 3 : Try again for iOS. #

Patch Set 4 : Remove unnecessary friend to fix Windows? #

Patch Set 5 : Remove even more unnecessary friends. #

Patch Set 6 : Self-review. #

Total comments: 40

Patch Set 7 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+612 lines, -443 lines) Patch
M chrome/browser/android/contextualsearch/contextual_search_delegate.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/favicon_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/foreign_session_helper.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/android/password_ui_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/app_controller_mac_unittest.mm View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/autocomplete/search_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/history_counter_browsertest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/auth_sync_observer.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/drive/drive_notification_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_apitest.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_service_sync_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/external_pref_loader.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/web_history_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/permissions/permission_uma_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/permissions/permission_uma_util_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_manager.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/search/suggestions/suggestions_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_ui_util.cc View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/permission_request_creator_sync.h View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/legacy/permission_request_creator_sync.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/chrome_sync_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_start_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_android.h View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.cc View 1 2 3 4 5 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.h View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 1 2 3 4 5 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_test_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_test_util.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync/sessions/sync_sessions_metrics_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_error_notifier_factory_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_global_error.h View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_global_error.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/sync_global_error_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_global_error_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_startup_tracker.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/sync_startup_tracker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.h View 4 chunks +17 lines, -12 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 2 3 4 5 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/multi_client_status_change_checker.h View 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/multi_client_status_change_checker.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h View 1 2 3 4 5 6 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/p2p_invalidation_forwarder.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/p2p_sync_refresher.h View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/p2p_sync_refresher.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.h View 1 2 3 4 5 6 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.h View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.cc View 7 chunks +21 lines, -20 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_directory_sync_test.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_status_change_checker.h View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_status_change_checker.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_auth_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_integration_test_util.h View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_integration_test_util.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.h View 1 2 3 4 5 6 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_uss_sync_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/updated_progress_marker_checker.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/updated_progress_marker_checker.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/android/tab_model/tab_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state.h View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/avatar_button_error_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils_desktop_unittest.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/ui/passwords/password_dialog_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/search_tab_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/search/search_tab_helper_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_observer.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_observer.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc View 4 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.h View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_starter.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/sync/profile_signin_confirmation_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.h View 1 2 3 4 5 6 3 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/favicon_source.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/foreign_session_handler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/clear_browser_data_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/create_profile_handler.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/manage_profile_handler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 1 2 3 4 5 6 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.h View 1 2 3 4 5 6 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/people_handler_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/signin_create_profile_handler.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/signin/sync_confirmation_handler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/sync_internals_message_handler.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_message_handler.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/webdata/autocomplete_syncable_service.h View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_profile_syncable_service.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/browser_sync/abstract_profile_sync_service_test.h View 1 2 3 4 5 6 5 chunks +12 lines, -9 lines 0 comments Download
M components/browser_sync/abstract_profile_sync_service_test.cc View 6 chunks +10 lines, -8 lines 0 comments Download
M components/browser_sync/profile_sync_components_factory_impl.h View 3 chunks +6 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_components_factory_impl.cc View 6 chunks +11 lines, -15 lines 0 comments Download
M components/browser_sync/profile_sync_service.h View 1 2 3 4 11 chunks +15 lines, -19 lines 0 comments Download
M components/browser_sync/profile_sync_service.cc View 12 chunks +15 lines, -14 lines 0 comments Download
M components/browser_sync/profile_sync_service_autofill_unittest.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M components/browser_sync/profile_sync_service_bookmark_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_service_mock.h View 3 chunks +5 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_service_mock.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M components/browser_sync/profile_sync_service_startup_unittest.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M components/browser_sync/profile_sync_service_typed_url_unittest.cc View 4 chunks +5 lines, -2 lines 0 comments Download
M components/browser_sync/profile_sync_service_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M components/browser_sync/profile_sync_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/browser_sync/signin_confirmation_helper.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/browser_sync/signin_confirmation_helper.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/browser_sync/test_profile_sync_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M components/browser_sync/test_profile_sync_service.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M components/drive/drive_notification_manager.h View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M components/sync/driver/glue/sync_backend_host_core.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M ios/chrome/browser/passwords/ios_chrome_password_manager_client.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/suggestions/suggestions_service_factory.mm View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.h View 1 2 3 4 5 6 1 chunk +8 lines, -6 lines 0 comments Download
M ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M ios/chrome/browser/sync/ios_chrome_profile_sync_test_util.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M ios/chrome/browser/sync/ios_chrome_sync_client.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/webui/history/browsing_history_handler.h View 1 2 3 4 5 6 2 chunks +7 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/webui/history/browsing_history_handler.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 43 (34 generated)
maxbogue
Sky, PTAL!
4 years, 3 months ago (2016-09-22 01:35:25 UTC) #24
skym
In retrospect, I think adding the browser_sync namespace to chrome/browser/sync/* before this CL would have ...
4 years, 3 months ago (2016-09-22 17:26:00 UTC) #27
maxbogue
Honestly I think it would make sense to have //c/b/sync in browser_sync too but that ...
4 years, 3 months ago (2016-09-22 19:41:16 UTC) #30
maxbogue
TBR brettw@ for all the things since this is just boring refactoring.
4 years, 3 months ago (2016-09-22 19:51:37 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2354613002/120001
4 years, 3 months ago (2016-09-22 19:52:46 UTC) #37
brettw
rs lgtm based on a few spot checks.
4 years, 3 months ago (2016-09-22 20:06:44 UTC) #38
brettw
rs lgtm based on a few spot checks.
4 years, 3 months ago (2016-09-22 20:06:46 UTC) #39
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-22 21:35:29 UTC) #41
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 21:36:47 UTC) #43
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/0a37945f852bb8f479886642df5815e22879beea
Cr-Commit-Position: refs/heads/master@{#420465}

Powered by Google App Engine
This is Rietveld 408576698