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

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed)

Created:
6 years, 2 months ago by Mostyn Bramley-Moore
Modified:
6 years, 2 months ago
Reviewers:
James Hawkins, dcheng
CC:
chromium-reviews, skanuj+watch_chromium.org, zea+watch_chromium.org, tzik, dhollowa+watch_chromium.org, dougw+watch_chromium.org, browser-components-watch_chromium.org, dcheng, mkwst+moarreviews-ipc_chromium.org, arv+watch_chromium.org, ajwong+watch_chromium.org, stevenjb+watch_chromium.org, mkwst+watchlist_chromium.org, tim+watch_chromium.org, extensions-reviews_chromium.org, melevin+watch_chromium.org, pvalenzuela+watch_chromium.org, benquan, Ilya Sherman, marja+watch_chromium.org, rlp+watch_chromium.org, rouslan+autofillwatch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, Avi (use Gerrit), creis+watch_chromium.org, dyu1, haitaol+watch_chromium.org, rouslan+spellwatch_chromium.org, nhiroki, jfweitz+watch_chromium.org, pam+watch_chromium.org, oshima+watch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Jered, maniscalco+watch_chromium.org, chrome-apps-syd-reviews_chromium.org, donnd+watch_chromium.org, David Black, Dane Wallinga, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, kinuko+fileapi
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* BUG=417463 Committed: https://crrev.com/fb66cb4f9b6e380fa4b52301dee993b0b7b3b994 Cr-Commit-Position: refs/heads/master@{#298430}

Patch Set 1 #

Patch Set 2 : rebase on master #

Patch Set 3 : rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2313 lines, -2313 lines) Patch
M chrome/browser/referrer_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/context_menu_content_type_app_mode.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/context_menu_content_type_panel.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/context_menu_content_type_platform_app.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_context_menu/spellchecker_submenu_observer.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/renderer_context_menu/spelling_bubble_model.h View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/renderer_context_menu/spelling_menu_observer.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/renderer_host/chrome_extension_message_filter.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_browsertest.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_unit_test.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h View 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/offline_resource_throttle.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_broker_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_flash_browser_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_flash_clipboard_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_flash_drm_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_talk_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_throttle.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/repost_form_warning_controller.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/resources/pdf/pdf_extension_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/rlz/rlz.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host.h View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/database_manager.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/download_feedback.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/download_feedback_service_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/safe_browsing/download_feedback_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/download_protection_service_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/last_download_finder.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/local_safebrowsing_test_server.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/local_two_phase_testserver.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/malware_details.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/malware_details.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/malware_details_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/malware_details_history.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/malware_details_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/pe_image_reader_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/pe_image_reader_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/ping_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc View 1 2 9 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.h View 1 chunk +17 lines, -17 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc View 17 chunks +33 lines, -33 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_store_file.h View 1 chunk +22 lines, -22 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_test.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/sandboxed_zip_analyzer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/srt_global_error_win.h View 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/browser/safe_browsing/two_phase_uploader.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_json_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/screensaver_window_finder_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/contextual_search_promo_source_android.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/search/hotword_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/hotword_service_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/search/hotword_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search/iframe_source.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/iframe_source_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/search/instant_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/instant_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search/instant_service_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/search/instant_unittest_base.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/search/local_ntp_source.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/search/most_visited_iframe_source.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/search_terms_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/search_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search/suggestions/image_fetcher_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/suggestions/image_fetcher_impl_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/search/suggestions/suggestions_service_factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search/suggestions/suggestions_source.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/chrome_template_url_service_client.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/search_engines/default_search_pref_migration_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/search_provider_install_data.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_data_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/search_provider_install_state_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_fetcher_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/ui_thread_search_terms_data.h View 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/browser/service_process/service_process_control.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/service_process/service_process_control_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/services/gcm/chromeos_gcm_connection_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/fake_gcm_profile_service.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/services/gcm/fake_signin_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_account_tracker.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/push_messaging_infobar_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/push_messaging_permission_context_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/services/gcm/push_messaging_service_impl.h View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sessions/better_session_restore_browsertest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sessions/in_memory_tab_restore_service.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sessions/persistent_tab_restore_service_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sessions/restore_on_startup_policy_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/session_restore.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_restore_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_restore_browsertest_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sessions/session_service_factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sessions/session_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_tab_helper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/tab_restore_browsertest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/shell_integration.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/shell_integration_linux_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/shell_integration_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/account_reconcilor_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/account_tracker_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/android_profile_oauth2_token_service.h View 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/signin/android_profile_oauth2_token_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/chrome_signin_client.h View 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/signin/chrome_signin_client_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc View 1 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_browsertest_chromeos.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_regular.h View 1 1 chunk +17 lines, -17 lines 0 comments Download
M chrome/browser/signin/easy_unlock_service_signin_chromeos.h View 1 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/signin/easy_unlock_toggle_flow.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/signin/easy_unlock_toggle_flow.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/signin/fake_account_reconcilor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/fake_account_tracker_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/fake_profile_oauth2_token_service.h View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/signin/fake_signin_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/signin/principals_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/profile_identity_provider.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/signin/profile_oauth2_token_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_ash_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/signin/signin_error_notifier_factory_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/signin/signin_global_error_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/signin/signin_manager_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/signin/signin_names_io_thread.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/signin/signin_names_io_thread_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/signin/signin_tracker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_api.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_observer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_observer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_api.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/tts_android.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/speech/tts_chromeos.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/speech/tts_controller_impl.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/speech/tts_controller_unittest.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/speech/tts_linux.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/speech/tts_mac.mm View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/speech/tts_message_filter.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/speech/tts_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/feedback_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_host_metrics_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_hunspell_dictionary.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spelling_service_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spelling_service_client_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate_test.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ssl/ssl_add_certificate.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ssl/ssl_client_auth_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_client_certificate_selector_test.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ssl/ssl_error_classification.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/status_icons/desktop_notification_balloon.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/status_icons/status_icon_menu_model.h View 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/status_icons/status_icon_menu_model_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/status_icons/status_icon_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/status_icons/status_tray_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/chromeos/supervised_user_password_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/custodian_profile_downloader_service.h View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/supervised_user/custodian_profile_downloader_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/permission_request_creator_apiary.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/permission_request_creator_apiary_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/permission_request_creator_sync.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_interstitial.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_navigation_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_navigation_observer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_mapping_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_mapping_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_mapping_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_store.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_pref_store_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_refresh_token_fetcher.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_registration_utility.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_registration_utility_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_registration_utility_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_resource_throttle.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_resource_throttle_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service.h View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_shared_settings_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_shared_settings_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_shared_settings_service_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_sync_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_sync_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_sync_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_theme.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_url_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/backend_unrecoverable_error_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/backup_rollback_controller_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.h View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.h View 2 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller.h View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/extension_backed_data_type_controller.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/extension_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/extensions_activity_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/favicon_cache.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/favicon_cache_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/history_delete_directives_data_type_controller.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/history_model_worker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/history_model_worker.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/invalidation_adapter.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/local_device_info_provider_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/local_device_info_provider_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/password_model_worker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_core.h View 1 chunk +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_impl.h View 2 chunks +33 lines, -33 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_mock.h View 1 chunk +29 lines, -29 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/synced_tab_delegate_android.h View 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/sync/glue/synced_window_delegate_android.h View 1 chunk +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/ui_model_worker.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_auth_provider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_auth_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_auth_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 5 chunks +34 lines, -34 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_android_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 9 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 chunk +3 lines, -3 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_startup_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 2 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/sessions/notification_service_sessions_router.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sessions/session_data_type_controller.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/sessions/session_data_type_controller_unittest.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/sessions/sessions_sync_manager.h View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/sessions/sessions_sync_manager_unittest.cc View 11 chunks +37 lines, -37 lines 0 comments Download
M chrome/browser/sync/startup_controller_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/sync_error_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash.cc View 1 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/sync_error_notifier_ash_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/sync_error_notifier_factory_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_global_error.h View 1 chunk +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/sync_global_error_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_global_error_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/sync_policy_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_startup_tracker.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sync_startup_tracker_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.cc View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/dictionary_helper.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/dictionary_load_observer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/enable_disable_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/extensions_helper.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/fake_server_invalidation_service.h View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_waiter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_watcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multi_client_status_change_checker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_preferences_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/p2p_invalidation_forwarder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/preferences_helper.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sessions_helper.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_backup_rollback_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_auth_test.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 3 chunks +6 lines, -6 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_extension_installer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_integration_test_util.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.h View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/themes_helper.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/two_client_themes_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/typed_urls_helper.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/test/integration/updated_progress_marker_checker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/test_http_bridge_factory.h View 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/conflict_resolver.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h View 2 chunks +36 lines, -36 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_uploader_on_worker.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h View 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/leveldb_wrapper_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/list_changes_task.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_index.h View 1 chunk +30 lines, -30 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.h View 1 chunk +30 lines, -30 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_index_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/register_app_task.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_change_processor_on_worker.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.h View 1 chunk +24 lines, -24 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_worker.h View 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/uninstall_app_task.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker.h View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local/sync_file_system_backend.h View 2 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_operation_runner.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_operation.h View 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_operation.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/logger_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/mock_remote_file_sync_service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.h View 3 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 3 chunks +6 lines, -6 lines 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_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/sync_process_runner.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/sync_process_runner_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.h View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/navigation_metrics_recorder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/background_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/background_information.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/browser_process_resource_provider.h View 2 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/task_manager/child_process_resource_provider.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/task_manager/child_process_resource_provider.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/task_manager/extension_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/extension_information.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/guest_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/guest_information.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/panel_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/panel_information.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/printing_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/printing_information.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/renderer_resource.h View 1 chunk +15 lines, -15 lines 0 comments Download
M chrome/browser/task_manager/tab_contents_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/tab_contents_information.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest_util.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/task_manager_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/task_manager/web_contents_information.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/web_contents_resource_provider.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/web_contents_resource_provider.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/themes/browser_theme_pack.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/themes/browser_theme_pack.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/themes/theme_service.h View 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/browser/themes/theme_service_aurax11.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/themes/theme_service_aurax11.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/themes/theme_service_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/themes/theme_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_syncable_service.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/themes/theme_syncable_service_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/thumbnails/simple_thumbnail_crop.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/thumbnails/thumbnail_list_source.h View 1 chunk +6 lines, -6 lines 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_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/thumbnails/thumbnail_service_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/thumbnails/thumbnail_tab_helper.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/translate/chrome_translate_client.h View 1 chunk +13 lines, -13 lines 0 comments Download
M chrome/browser/translate/cld_data_harness.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/component_cld_data_harness.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/standalone_cld_data_harness.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/static_cld_data_harness.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_accept_languages_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/translate/translate_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_manager_render_view_host_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/translate/translate_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/undo/bookmark_undo_service.h View 1 chunk +12 lines, -12 lines 0 comments Download
M chrome/browser/undo/bookmark_undo_service.cc View 5 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/undo/bookmark_undo_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/undo/bookmark_undo_service_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/undo/undo_manager_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/unload_browsertest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/upgrade_detector_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/upgrade_detector_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/web_applications/web_app_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/eula_accepted_notifier_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/json_asynchronous_unpacker.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/web_resource/promo_resource_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/resource_request_allowed_notifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/resource_request_allowed_notifier_test_util.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/resource_request_allowed_notifier_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/web_resource/web_resource_service.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/webdata/web_data_service_factory.h View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
Mostyn Bramley-Moore
@James: can you give this a thumbs-up? (part 3 of 3) The script I used ...
6 years, 2 months ago (2014-10-03 23:41:26 UTC) #2
James Hawkins
lgtm
6 years, 2 months ago (2014-10-06 19:39:39 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629603002/20001
6 years, 2 months ago (2014-10-06 20:00:14 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/21127) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/22953)
6 years, 2 months ago (2014-10-06 22:23:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629603002/20001
6 years, 2 months ago (2014-10-07 06:12:47 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/10573) linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/21371)
6 years, 2 months ago (2014-10-07 06:26:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629603002/40001
6 years, 2 months ago (2014-10-07 06:51:44 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/17060)
6 years, 2 months ago (2014-10-07 07:08:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629603002/40001
6 years, 2 months ago (2014-10-07 07:33:39 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001) as d8caf7e0e2d13917e23817ce2e5aa9b518771de2
6 years, 2 months ago (2014-10-07 09:15:59 UTC) #18
commit-bot: I haz the power
6 years, 2 months ago (2014-10-07 09:16:39 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fb66cb4f9b6e380fa4b52301dee993b0b7b3b994
Cr-Commit-Position: refs/heads/master@{#298430}

Powered by Google App Engine
This is Rietveld 408576698