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

Issue 1308823002: Move Singleton and related structs to namespace base (Closed)

Created:
5 years, 4 months ago by Olli Raula
Modified:
5 years, 2 months ago
CC:
Aaron Boodman, abarth-chromium, aboxhall+watch_chromium.org, asanka, avayvod+watch_chromium.org, ben+mojo_chromium.org, benjhayden+dwatch_chromium.org, blink-worker-reviews_chromium.org, browser-components-watch_chromium.org, bruening+watch_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, chromoting-reviews_chromium.org, darin (slow to review), darin-cc_chromium.org, davemoore+watch_chromium.org, davidben+watch_chromium.org, dbeam+watch-ntp_chromium.org, David Black, dcheng, derat+watch_chromium.org, devtools-reviews_chromium.org, dhollowa+watch_chromium.org, dmazzoni+watch_chromium.org, donnd+watch_chromium.org, dougw+watch_chromium.org, dtseng+watch_chromium.org, dzhioev+watch_chromium.org, estade+watch_chromium.org, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, felt, gavinp+memory_chromium.org, gavinp+prer_chromium.org, gcasto+watchlist_chromium.org, glider+watch_chromium.org, groby+spellwatch_chromium.org, grt+watch_chromium.org, gunsch+watch_chromium.org, jdduke+watch_chromium.org, je_julie, Jered, jfweitz+watch_chromium.org, jln+watch_chromium.org, johnme+watch_chromium.org, jshin+watch_chromium.org, kalyank, kinuko+watch, kinuko+fileapi, kmadhusu+watch_chromium.org, lcwu+watch_chromium.org, markusheintz_, maxbogue+watch_chromium.org, mcasas+watch_chromium.org, melevin+watch_chromium.org, Matt Giuca, mkwst+watchlist-passwords_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-permissions_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-geolocation_chromium.org, mlamouri+watch-sensors_chromium.org, mlamouri+watch-notifications_chromium.org, mlamouri+watch-media_chromium.org, Michael van Ouwerkerk, mvanouwerkerk+watch_chromium.org, nektar+watch_chromium.org, nhiroki, nona+watch_chromium.org, noyau+watch_chromium.org, oshima+watch_chromium.org, ozone-reviews_chromium.org, pam+watch_chromium.org, pedrosimonetti+watch_chromium.org, peter+watch_chromium.org, pfeldman, Paweł Hajdan Jr., piman+watch_chromium.org, plaree+watch_chromium.org, plundblad+watch_chromium.org, posciak+watch_chromium.org, pvalenzuela+watch_chromium.org, qsr+mojo_chromium.org, raymes+watch_chromium.org, rginda+watch_chromium.org, rickyz+watch_chromium.org, riju_, rlp+watch_chromium.org, rouslan+autofillwatch_chromium.org, rouslan+spellwatch_chromium.org, sadrul, samarth+watch_chromium.org, sdefresne+watch_chromium.org, shishir+watch_chromium.org, shuchen+watch_chromium.org, skanuj+watch_chromium.org, stevenjb+watch_chromium.org, James Su, tapted, tburkard+watch_chromium.org, tdanderson+views_chromium.org, tdresser+watch_chromium.org, tfarina, Lei Zhang, tim+watch_chromium.org, timvolodine, tommycli, toyoshim+midi_chromium.org, tracing+reviews_chromium.org, tzik, viettrungluu+watch_chromium.org, wfh+watch_chromium.org, wifiprefetch-reviews_google.com, wjia+watch_chromium.org, yurys, yusukes+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move Singleton and related structs to namespace base Public APIs from base should live inside base:: so moved Singleton class and structs to base{} and fixed consumers. also fixed: ** Presubmit ERRORS ** Found Singleton<T> in the following header files. Please move them to an appropriate source file so that the template gets instantiated in a single compilation unit. chrome/browser/plugins/plugin_finder.h \ chromecast/media/base/media_message_loop.h \ content/browser/media/android/media_drm_credential_manager.h Presubmit warnings: src/chrome/browser/extensions/warning_badge_service_factory.h:5: #ifndef header guard has wrong style, please use: CHROME_BROWSER_EXTENSIONS_WARNING_BADGE_SERVICE_FACTORY_H_ [build/header_guard] [5] src/chrome/browser/extensions/warning_badge_service_factory.h:39: #endif line should be "#endif // CHROME_BROWSER_EXTENSIONS_WARNING_BADGE_SERVICE_FACTORY_H_" [build/header_guard] [5] TBR=jam@chromium.org Committed: https://crrev.com/36aa8be4eb53b3ea75b84a9646e0204725f3bc43 Cr-Commit-Position: refs/heads/master@{#348136}

Patch Set 1 #

Patch Set 2 : Fix most of the errors #

Patch Set 3 : Fix more errors #

Total comments: 7

Patch Set 4 : ToT #

Patch Set 5 : fixed struct definitions #

Patch Set 6 : Fix nits #

Patch Set 7 : Fix unicode space error #

Patch Set 8 : ToT #

Patch Set 9 : ToT 2. #

Patch Set 10 : fix win issue #

Patch Set 11 : Fix issues pointed by bots #

Patch Set 12 : Missing namespace in win #

Patch Set 13 : Fix missing base:: #

Patch Set 14 : Fix to trace_event_etw_export_win.h #

Patch Set 15 : ToT #

Patch Set 16 : Add missing base:: to trace_event_etw_export_win.cc #

Patch Set 17 : Fix typo #

Patch Set 18 : git cl format #

Total comments: 6

Patch Set 19 : Add blank lines #

Total comments: 2

Patch Set 20 : Remove todo #

Total comments: 3

Patch Set 21 : ToT #

Patch Set 22 : Add \n #

Total comments: 6

Patch Set 23 : Fix danakj suggestions #

Patch Set 24 : Remove unnesseary base:: from base/ #

Patch Set 25 : ToT + some git cl format #

Patch Set 26 : Move DeleteTraceLogForTesting to internal:: #

Patch Set 27 : ToT ios #

Total comments: 1

Patch Set 28 : ToT #

Patch Set 29 : ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1470 lines, -1125 lines) Patch
M PRESUBMIT_test.py View 2 chunks +6 lines, -6 lines 0 comments Download
M apps/app_lifetime_monitor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_lifetime_monitor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_load_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_load_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_restore_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/app_restore_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M apps/saved_files_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M apps/saved_files_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_uma.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_uma.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M base/linux_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +4 lines, -4 lines 0 comments Download
M base/logging_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -1 line 0 comments Download
M base/logging_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -2 lines 0 comments Download
M base/memory/singleton.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 8 chunks +27 lines, -27 lines 0 comments Download
M base/memory/singleton_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +7 lines, -4 lines 0 comments Download
M base/test/test_support_android.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M base/threading/thread_id_name_manager.h View 1 chunk +3 lines, -2 lines 0 comments Download
M base/trace_event/trace_event_etw_export_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -3 lines 0 comments Download
M base/trace_event/trace_event_etw_export_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -6 lines 0 comments Download
M base/trace_event/trace_event_synthetic_delay.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 9 chunks +21 lines, -22 lines 0 comments Download
M base/trace_event/trace_event_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_log.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -3 lines 0 comments Download
M base/trace_event/trace_log.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/logo_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/logo_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_model_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_model_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/app_shim/app_shim_handler_mac.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/apps/ephemeral_app_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/ephemeral_app_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/per_app_settings_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/apps/per_app_settings_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/shortcut_manager_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/apps/shortcut_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_backend_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/shortcuts_backend_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/autofill/personal_data_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/background/background_contents_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_model_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_model_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/chrome_bookmark_client_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/chrome_bookmark_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/managed_bookmark_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/managed_bookmark_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/startup_task_runner_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/bookmarks/startup_task_runner_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/camera_presence_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/camera_presence_notifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/customization/customization_document.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/customization/customization_document.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/device_uma.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/device_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/events/system_key_event_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/events/xinput_hierarchy_changed_event_listener.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/events/xinput_hierarchy_changed_event_listener.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/users_private/users_private_delegate_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/users_private/users_private_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager_factory.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_factory.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/signin/auth_sync_observer_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/auth_sync_observer_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/token_handle_fetcher.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/mobile/mobile_activator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/mobile/mobile_activator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/mobile_config.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/mobile_config.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/platform_keys/platform_keys_service_factory.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/platform_keys/platform_keys_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_enrollment_handler_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_management_notifier_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_management_notifier_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/policy/consumer_unenrollment_handler_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/policy_cert_service_factory.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/policy_cert_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/accessibility_focus_ring_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/accessibility_focus_ring_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/upgrade_detector_chromeos.h View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/upgrade_detector_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/cookie_settings_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/cookie_settings_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/content_settings/host_content_settings_map_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/device/devtools_android_bridge.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/devtools/device/devtools_android_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/diagnostics/diagnostics_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/diagnostics/diagnostics_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_distiller/dom_distiller_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_distiller/dom_distiller_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/domain_reliability/service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/domain_reliability/service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/drive/drive_notification_manager_factory.h View 1 chunk +1 line, -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/engagement/site_engagement_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/engagement/site_engagement_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enumerate_modules_model_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enumerate_modules_model_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_private_event_router_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_private_event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_event_router.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_event_router.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/braille_display_private/braille_controller_stub.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/desktop_capture/desktop_capture_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_api_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_event_router_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/passwords_private/passwords_private_event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/proxy/proxy_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/proxy/proxy_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/search_engines_private/search_engines_private_event_router_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/search_engines_private/search_engines_private_event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_delegate_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_event_router_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/vpn_provider/vpn_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/blacklist_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/blacklist_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/error_console/error_console_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_assets_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_assets_manager_chromeos.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_assets_manager_chromeos.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_garbage_collector_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_garbage_collector_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_management.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_management.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_renderer_state.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_renderer_state.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_storage_monitor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_storage_monitor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_sync_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_sync_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_system_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_system_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/install_tracker_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/install_tracker_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/install_verifier_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/install_verifier_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/menu_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/token_cache/token_cache_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/updater/extension_cache_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/warning_badge_service_factory.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/warning_badge_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/window_controller_list.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/window_controller_list.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/chrome_fallback_icon_client_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/favicon/chrome_fallback_icon_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/fallback_icon_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/favicon/fallback_icon_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/favicon_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/favicon/favicon_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/favicon/large_icon_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/favicon/large_icon_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_search_counter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_search_counter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google/google_url_tracker_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/history/top_sites_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/web_history_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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/invalidation/profile_invalidation_provider_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/invalidation/profile_invalidation_provider_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privet_notifications_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privet_notifications_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/local_discovery/privet_url_fetcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/mac/mac_startup_profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/mac/mac_startup_profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_capture_devices_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_capture_devices_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_camera_permission_context_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_camera_permission_context_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/media_stream_mic_permission_context_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/media/media_stream_mic_permission_context_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/midi_permission_context_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/midi_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/protected_media_identifier_permission_context_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/protected_media_identifier_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/gallery_watch_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/utility_process_mojo_proxy_resolver_factory.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/net/utility_process_mojo_proxy_resolver_factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/notifications/extension_welcome_notification_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/notifications/extension_welcome_notification_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notification_permission_context_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/notifications/notification_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notifier_state_tracker_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/notifier_state_tracker_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/platform_notification_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/platform_notification_service_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/permissions/permission_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/permissions/permission_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_finder.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_finder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_prefs_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/policy_header_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/policy_header_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/policy/profile_policy_connector_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/schema_registry_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/schema_registry_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/precache/precache_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/precache/precache_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/predictor_database_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/predictor_database_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/incognito_mode_prefs.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/prefs/pref_metrics_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prefs/pref_metrics_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_link_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_link_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_message_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_preview_data_service.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_preview_data_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profile_resetter/automatic_profile_resetter_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/push_messaging/push_messaging_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/push_messaging/push_messaging_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/push_messaging/push_messaging_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/recovery/recovery_install_global_error_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/recovery/recovery_install_global_error_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/hotword_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/hotword_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/instant_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/instant_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search/suggestions/suggestions_service_factory.h View 1 chunk +1 line, -1 line 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/search_engines/template_url_fetcher_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_fetcher_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service_process/service_process_control.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service_process/service_process_control.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/services/gcm/instance_id/instance_id_profile_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/tab_restore_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/tab_restore_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/about_signin_internals_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_fetcher_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_fetcher_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_reconcilor_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_reconcilor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_tracker_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_tracker_service_factory.cc View 1 chunk +1 line, -1 line 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/chrome_signin_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/cross_device_promo_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/cross_device_promo_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/signin/easy_unlock_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/gaia_cookie_manager_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/gaia_cookie_manager_service_factory.cc View 1 chunk +1 line, -1 line 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/profile_oauth2_token_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_error_controller_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_error_controller_factory.cc View 1 chunk +1 line, -1 line 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_error_notifier_factory_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error_factory.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_global_error_factory.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/signin_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/extension_api/tts_engine_extension_api.cc View 1 chunk +1 line, -1 line 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/tts_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/tts_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/speech/tts_chromeos.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/tts_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/tts_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/tts_linux.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/speech/tts_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/speech/tts_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.h View 1 chunk +1 line, -1 line 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/storage/durable_storage_permission_context_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/storage/durable_storage_permission_context_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service_factory.cc 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, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/supervised_user_password_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/custodian_profile_downloader_service_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/legacy/custodian_profile_downloader_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_sync_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/legacy/supervised_user_sync_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/supervised_user/supervised_user_settings_service_factory.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 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_error_notifier_factory_ash.cc View 1 chunk +1 line, -1 line 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_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_app_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_app_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_app_list_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_app_list_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_extension_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_extension_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/task_management/providers/web_contents/web_contents_tags_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/thumbnails/thumbnail_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_accept_languages_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/translate/translate_accept_languages_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_prefs_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_prefs_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_service_cocoa_mac.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_service_cocoa_mac.mm View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_service_disabled.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_syncable_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/common/webservice_cache_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/common/webservice_cache_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/history_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/history_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/start_page_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/start_page_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/apps/chrome_app_window_client.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/apps/chrome_app_window_client.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_service_ash.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_service_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/aura/accessibility/automation_manager_aura.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/aura/accessibility/automation_manager_aura.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/enhanced_bookmark_key_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/bookmarks/enhanced_bookmark_key_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/accelerators_cocoa.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/accelerators_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/find_bar/find_bar_state_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/find_bar/find_bar_state_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gesture_prefs_observer_factory_aura.h View 1 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/global_error/global_error_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/global_error/global_error_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/g_object_destructor_filo.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/g_object_destructor_filo.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_event_loop.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_event_loop.cc View 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/prefs/prefs_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/search/new_tab_page_interceptor_service_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/search/new_tab_page_interceptor_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/settings_window_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/settings_window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_model_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_actions_model_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/app_list/linux/app_list_service_linux.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_service_win.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/app_list/win/app_list_service_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/global_menu_bar_registrar_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/l10n_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_resource_cache_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/login_ui_service_factory.cc View 1 chunk +1 line, -1 line 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_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/upgrade_detector_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/upgrade_detector_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_data_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/web_data_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/mac/launchd.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/mac/launchd.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugins/plugin_uma.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugins/plugin_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/tracing.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/media/base/media_message_loop.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -4 lines 0 comments Download
M chromecast/media/base/media_message_loop.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/accelerometer/accelerometer_reader.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chromeos/accelerometer/accelerometer_reader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chromeos/settings/timezone_settings.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M chromeos/system/statistics_provider.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/app_modal/app_modal_dialog_queue.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/app_modal/app_modal_dialog_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/app_modal/javascript_dialog_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/app_modal/javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_country.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M components/autofill/core/common/autofill_regexes.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/devtools_discovery/devtools_discovery_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/devtools_discovery/devtools_discovery_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/feedback/feedback_uploader_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/feedback/feedback_uploader_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/content/browser_context_dependency_manager.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/keyed_service/content/browser_context_dependency_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/ios/browser_state_dependency_manager.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M components/keyed_service/ios/browser_state_dependency_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/call_stack_profile_metrics_provider.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_broker_service_win.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/nacl_broker_service_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/nacl_browser.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/nacl_browser.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/pnacl_host.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/browser/pnacl_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/omnibox_event_global_tracker.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/omnibox/browser/omnibox_event_global_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/content/browser/password_manager_internals_service_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/content/browser/password_manager_internals_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/power/origin_power_map_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/power/origin_power_map_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/rlz/rlz_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/rlz/rlz_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/service_tab_launcher/browser/android/service_tab_launcher.h View 1 chunk +1 line, -1 line 0 comments Download
M components/service_tab_launcher/browser/android/service_tab_launcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M components/sessions/content/content_serialized_navigation_driver.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/sessions/content/content_serialized_navigation_driver.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/sessions/ios/ios_serialized_navigation_driver.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/sessions/ios/ios_serialized_navigation_driver.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/tracing/child_memory_dump_manager_delegate_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/tracing/child_memory_dump_manager_delegate_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/tracing/trace_config_file.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -1 line 0 comments Download
M components/tracing/trace_config_file.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +2 lines, -2 lines 0 comments Download
M components/translate/core/browser/translate_download_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/translate/core/browser/translate_download_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/url_formatter/url_formatter.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/variations/net/variations_http_header_provider.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/variations/net/variations_http_header_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/variations/variations_associated_data.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M components/web_cache/browser/web_cache_manager.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/web_cache/browser/web_cache_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/wifi_sync/wifi_credential_syncable_service_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/wifi_sync/wifi_credential_syncable_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/accessibility_tree_formatter_utils_win.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/accessibility/ax_tree_id_registry.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/accessibility/ax_tree_id_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_state_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_state_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/android/browser_surface_texture_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/browser_surface_texture_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/android/download_controller_android_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/download_controller_android_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/in_process_surface_texture_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/in_process_surface_texture_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/bootstrap_sandbox_mac.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/browser_io_surface_manager_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_io_surface_manager_mac.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/browser_url_handler_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_url_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/cert_store_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/cert_store_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/child_process_security_policy_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/cocoa/system_hotkey_helper_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/cocoa/system_hotkey_helper_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_sensors/device_inertial_sensor_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_sensors/device_inertial_sensor_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/device_sensors/sensor_manager_android.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/device_sensors/sensor_manager_android.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/service_worker_devtools_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/service_worker_devtools_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/shared_worker_devtools_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/shared_worker_devtools_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/mhtml_generation_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/mhtml_generation_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geofencing/geofencing_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/geofencing/geofencing_service.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/geofencing/geofencing_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/geolocation_provider_impl.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/geolocation/geolocation_provider_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/location_api_adapter_android.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/location_api_adapter_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_surface_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_surface_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/shader_disk_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/shader_disk_cache.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/histogram_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/histogram_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/histogram_synchronizer.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/histogram_synchronizer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/in_process_io_surface_manager_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_io_surface_manager_mac.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/mach_broker_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/mach_broker_mac.mm View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/media/android/media_drm_credential_manager.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/media/android/media_drm_credential_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M content/browser/message_port_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/message_port_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/notifications/notification_event_dispatcher_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/notifications/notification_event_dispatcher_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/power_profiler/power_profiler_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/power_profiler/power_profiler_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/profiler_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/profiler_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_capture_devices_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/media_capture_devices_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_sandbox_host_linux.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_sandbox_host_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/renderer_frame_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/renderer_frame_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/text_input_client_mac.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M content/browser/renderer_host/text_input_client_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/signed_certificate_timestamp_store_impl.h View 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/signed_certificate_timestamp_store_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tcmalloc_internals_request_job.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tcmalloc_internals_request_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/theme_helper_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/theme_helper_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/tracing/etw_system_event_consumer_win.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/tracing/etw_system_event_consumer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/power_tracing_agent.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/tracing/power_tracing_agent.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/content_web_ui_controller_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/content_web_ui_controller_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/web_ui_controller_factory_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/web_ui_controller_factory_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/zygote_host/zygote_host_impl_linux.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/zygote_host/zygote_host_impl_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_io_surface_manager_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_io_surface_manager_mac.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -2 lines 0 comments Download
M content/common/font_cache_dispatcher_win.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/common/sandbox_linux/sandbox_linux.h View 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/sandbox_linux/sandbox_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/desktop_media_id.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/webrtc_uma_histograms.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/webrtc_uma_histograms.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +2 lines, -2 lines 0 comments Download
M crypto/capi_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/cssm_init.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M crypto/mac_security_services_lock.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M crypto/openssl_util.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M device/battery/battery_status_service.h View 1 chunk +1 line, -1 line 0 comments Download
M device/battery/battery_status_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/device_permissions_manager.h View 2 chunks +2 lines, -3 lines 0 comments Download
M extensions/browser/api/device_permissions_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/dns/host_resolver_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/dns/host_resolver_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/idle/idle_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/idle/idle_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_config/networking_config_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_config/networking_config_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_private/networking_private_delegate_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_private/networking_private_delegate_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/networking_private/networking_private_event_router_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/networking_private/networking_private_event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/socket/app_firewall_hole_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/test/test_api.h View 2 chunks +5 lines, -1 line 0 comments Download
M extensions/browser/api/test/test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/declarative_user_script_manager_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/declarative_user_script_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/event_router_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/event_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_function.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_function_registry.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_message_filter.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/extension_pref_value_map_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_pref_value_map_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_prefs_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_prefs_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_registry_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_registry_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_renderer_state.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_renderer_state.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/image_loader_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/image_loader_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/lazy_background_task_queue_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/process_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/process_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/process_map_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/process_map_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/renderer_startup_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/renderer_startup_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/updater/update_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/updater/update_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/warning_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/warning_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/extension_api.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/api/vpn_provider/vpn_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_extension_system_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_extension_system_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/gaia_urls.h View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/gaia_urls.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/autocomplete_classifier_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/autocomplete_classifier_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/in_memory_url_index_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/shortcuts_backend_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/autocomplete/shortcuts_backend_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/autofill/personal_data_manager_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/autofill/personal_data_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_client_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_model_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_model_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/startup_task_runner_service_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/bookmarks/startup_task_runner_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/content_settings/cookie_settings_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/content_settings/cookie_settings_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/dom_distiller/dom_distiller_service_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/dom_distiller/dom_distiller_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/enhanced_bookmarks/bookmark_server_cluster_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/favicon/favicon_service_factory.h View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/favicon/favicon_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/google/google_url_tracker_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/google/google_url_tracker_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/history/history_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/history/history_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/history/top_sites_factory.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M ios/chrome/browser/history/top_sites_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/history/web_history_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/history/web_history_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/search_engines/template_url_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/search_engines/template_url_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/about_signin_internals_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/about_signin_internals_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/account_consistency_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/account_consistency_service_factory.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/account_fetcher_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/account_fetcher_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/account_reconcilor_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/account_reconcilor_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/account_tracker_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/account_tracker_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/gaia_cookie_manager_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/oauth2_token_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/oauth2_token_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_client_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_client_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_error_controller_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_error_controller_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_manager_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/signin/signin_manager_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/suggestions/suggestions_service_factory.h View 1 2 3 4 2 chunks +3 lines, -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/sync_setup_service_factory.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ios/chrome/browser/sync/sync_setup_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/translate/translate_accept_languages_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/translate/translate_accept_languages_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/undo/bookmark_undo_service_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/undo/bookmark_undo_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/web_data_service_factory.h View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M ios/chrome/browser/web_data_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/public/test/fake_sync_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -1 line 0 comments Download
M ios/public/test/fake_sync_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M ios/public/test/test_keyed_service_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +2 lines, -2 lines 0 comments Download
M ios/web/browser_url_rewriter_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/browser_url_rewriter_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/net/cert_store_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/net/cert_store_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/webui/web_ui_ios_controller_factory_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/webui/web_ui_ios_controller_factory_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_posix.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +2 lines, -4 lines 0 comments Download
M ipc/ipc_logging.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_logging.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M mojo/message_pump/handle_watcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/openssl_private_key_store_memory.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/cert_database.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/cert_database.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/cert/x509_certificate_openssl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/ftp/ftp_util.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M net/proxy/in_process_mojo_proxy_resolver_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M net/proxy/in_process_mojo_proxy_resolver_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/common_cert_set.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/crypto/quic_random.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_openssl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -2 lines 0 comments Download
M net/socket/websocket_endpoint_lock_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/websocket_endpoint_lock_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/hpack/hpack_constants.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/ssl/openssl_client_key_store.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/openssl_client_key_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_in_memory_cache.h View 2 chunks +5 lines, -1 line 0 comments Download
M net/tools/quic/quic_in_memory_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_request_job_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_resource_tracker.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_var_tracker.h View 2 chunks +4 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/proxy_module.h View 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/proxy/proxy_module.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/service_urls.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/service_urls.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +3 lines, -1 line 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/host_service.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/host_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/skia_memory_dump_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/skia_memory_dump_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +3 lines, -2 lines 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/accessibility/platform/atk_util_auralinux.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/platform/atk_util_auralinux.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/test/event_generator_delegate_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/base/ime/input_method_auralinux_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ui/base/win/hwnd_subclass.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/base/x/x11_foreign_window_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/base/x/x11_foreign_window_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/x11_menu_list.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/base/x/x11_menu_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/x11_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/chromeos/ime/input_method_menu_manager.h View 2 chunks +5 lines, -2 lines 0 comments Download
M ui/chromeos/ime/input_method_menu_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/devices/x11/device_list_cache_x11.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/devices/x11/device_list_cache_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/devices/x11/touch_factory_x11.h View 2 chunks +4 lines, -1 line 0 comments Download
M ui/events/devices/x11/touch_factory_x11.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_configuration_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/gesture_configuration_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/gesture_configuration_default.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/ozone/chromeos/cursor_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/chromeos/cursor_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/x/events_x.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/android/shared_device_display_info.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/android/shared_device_display_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/font_fallback_win.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/gfx/font_render_params_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/sys_color_change_listener.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/win/singleton_hwnd.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/gfx/win/singleton_hwnd.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/win/window_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gl/gpu_switching_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gpu_switching_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/accessibility/ax_aura_obj_cache.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/views/accessibility/ax_aura_obj_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/accessibility/native_view_accessibility_auralinux.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/focus/view_storage.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/views/focus/view_storage.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/focus/widget_focus_manager.h View 2 chunks +3 lines, -1 line 0 comments Download
M ui/views/focus/widget_focus_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/test/event_generator_delegate_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_desktop_handler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/win/windows_session_change_observer.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 53 (17 generated)
Olli Raula
Hi, I did this what I asked previously. There is still errors, probably mostly just ...
5 years, 4 months ago (2015-08-21 14:09:21 UTC) #2
rvargas (doing something else)
Just some small nits. https://codereview.chromium.org/1308823002/diff/40001/base/memory/singleton_unittest.cc File base/memory/singleton_unittest.cc (left): https://codereview.chromium.org/1308823002/diff/40001/base/memory/singleton_unittest.cc#oldcode8 base/memory/singleton_unittest.cc:8: Don't remove this line https://codereview.chromium.org/1308823002/diff/40001/base/memory/singleton_unittest.cc#oldcode150 ...
5 years, 4 months ago (2015-08-21 19:43:05 UTC) #3
sdefresne
https://codereview.chromium.org/1308823002/diff/40001/ios/chrome/browser/favicon/favicon_service_factory.h File ios/chrome/browser/favicon/favicon_service_factory.h (right): https://codereview.chromium.org/1308823002/diff/40001/ios/chrome/browser/favicon/favicon_service_factory.h#newcode13 ios/chrome/browser/favicon/favicon_service_factory.h:13: struct base::DefaultSingletonTraits; Are you sure this work? Shouldn't this ...
5 years, 3 months ago (2015-08-24 10:03:33 UTC) #5
Olli Raula
On 2015/08/24 10:03:33, sdefresne wrote: > Are you sure this work? Shouldn't this instead be ...
5 years, 3 months ago (2015-08-24 10:37:33 UTC) #6
Olli Raula
Could you review, sdefresne: components/* ios/chrome/* jam: the rest, but I can split it if ...
5 years, 3 months ago (2015-08-27 12:31:37 UTC) #10
sdefresne
components/ and ios/chrome/ lgtm Could you make sure to keep an empty line between bracket ...
5 years, 3 months ago (2015-08-27 15:25:12 UTC) #11
jam
On 2015/08/27 12:31:37, olli.raula wrote: > Could you review, > > sdefresne: components/* ios/chrome/* > ...
5 years, 3 months ago (2015-08-27 18:01:23 UTC) #12
Olli Raula
Add more reviewers, could you review. base/* as it is the main part of this ...
5 years, 3 months ago (2015-08-28 07:58:17 UTC) #14
halliwell
https://codereview.chromium.org/1308823002/diff/350001/base/memory/singleton.h File base/memory/singleton.h (right): https://codereview.chromium.org/1308823002/diff/350001/base/memory/singleton.h#newcode41 base/memory/singleton.h:41: // TODO(joth): Move more of this file into namespace ...
5 years, 3 months ago (2015-08-28 14:52:17 UTC) #15
danakj
On Fri, Aug 28, 2015 at 12:58 AM, <olli.raula@intel.com> wrote: > Add more reviewers, could ...
5 years, 3 months ago (2015-08-28 17:25:09 UTC) #16
Olli Raula
> Chrome/rietveld freezes when I try to load this CL. It's too big for me ...
5 years, 3 months ago (2015-08-31 06:18:22 UTC) #18
Mark Mentovai
LGTM otherwise in base. I only looked at base. https://codereview.chromium.org/1308823002/diff/370001/base/memory/singleton.h File base/memory/singleton.h (right): https://codereview.chromium.org/1308823002/diff/370001/base/memory/singleton.h#newcode278 base/memory/singleton.h:278: ...
5 years, 3 months ago (2015-08-31 14:00:52 UTC) #20
halliwell
On 2015/08/31 14:00:52, Mark Mentovai - August is over wrote: > LGTM otherwise in base. ...
5 years, 3 months ago (2015-08-31 20:51:37 UTC) #21
Ken Rockot(use gerrit already)
rs lgtm
5 years, 3 months ago (2015-08-31 23:14:09 UTC) #22
Bernhard Bauer
c/b/plugins LGTM, thanks for the additional cleanup! To unsubscribe from this group and stop receiving ...
5 years, 3 months ago (2015-09-01 08:22:06 UTC) #23
Bernhard Bauer
On Fri, Aug 28, 2015 at 6:25 PM Dana Jansens <danakj@chromium.org> wrote: > On Fri, ...
5 years, 3 months ago (2015-09-01 08:23:52 UTC) #24
Bernhard Bauer
On 2015/09/01 08:22:06, Bernhard Bauer wrote: > c/b/plugins LGTM, thanks for the additional cleanup! And ...
5 years, 3 months ago (2015-09-01 08:26:38 UTC) #25
Olli Raula
mark: I added the missing \n. I tried the "base/trace_event/trace_log.cc:47:" but I realized that that ...
5 years, 3 months ago (2015-09-01 12:23:17 UTC) #26
Mark Mentovai
Then DeleteTraceLogForTesting should be in base::internal. We shouldn’t leave something for testing only that’s specific ...
5 years, 3 months ago (2015-09-01 14:11:00 UTC) #27
danakj
Cool, I was able to load the CL. base/ generally LGTM, a couple comments. But ...
5 years, 3 months ago (2015-09-01 20:55:14 UTC) #29
Olli Raula
Thanks for feedback, danakj and mark comments are now done. Will commit it on Monday ...
5 years, 3 months ago (2015-09-03 14:26:01 UTC) #30
danakj
https://codereview.chromium.org/1308823002/diff/510001/base/memory/singleton.h File base/memory/singleton.h (right): https://codereview.chromium.org/1308823002/diff/510001/base/memory/singleton.h#newcode39 base/memory/singleton.h:39: class DeleteTraceLogForTesting; Why expose this in the header?
5 years, 3 months ago (2015-09-03 17:37:44 UTC) #31
Olli Raula
On 2015/09/03 17:37:44, danakj wrote: > Why expose this in the header? Because without it ...
5 years, 3 months ago (2015-09-07 07:32:55 UTC) #32
Olli Raula
Jochen: Could you check the PRESUBMIT_test.py , otherwice this should be ready for landing
5 years, 3 months ago (2015-09-08 07:35:28 UTC) #34
Olli Raula
Jochen: Could you check the PRESUBMIT_test.py , otherwice this should be ready for landing
5 years, 3 months ago (2015-09-08 07:37:53 UTC) #35
danakj
On Mon, Sep 7, 2015 at 12:32 AM, <olli.raula@intel.com> wrote: > On 2015/09/03 17:37:44, danakj ...
5 years, 3 months ago (2015-09-08 18:34:09 UTC) #36
Olli Raula
> OK but why'd you move it into internal? Why not anonymous namespace? It's > ...
5 years, 3 months ago (2015-09-09 06:21:36 UTC) #37
jochen (gone - plz use gerrit)
lgtm
5 years, 3 months ago (2015-09-09 14:21:10 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308823002/530001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308823002/530001
5 years, 3 months ago (2015-09-10 05:33:40 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/117816) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 3 months ago (2015-09-10 05:41:47 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308823002/550001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308823002/550001
5 years, 3 months ago (2015-09-10 07:07:47 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/105195)
5 years, 3 months ago (2015-09-10 09:50:25 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308823002/550001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308823002/550001
5 years, 3 months ago (2015-09-10 10:16:40 UTC) #50
commit-bot: I haz the power
Committed patchset #29 (id:550001)
5 years, 3 months ago (2015-09-10 11:14:41 UTC) #51
commit-bot: I haz the power
Patchset 29 (id:??) landed as https://crrev.com/36aa8be4eb53b3ea75b84a9646e0204725f3bc43 Cr-Commit-Position: refs/heads/master@{#348136}
5 years, 3 months ago (2015-09-10 11:15:34 UTC) #52
commit-bot: I haz the power
5 years, 2 months ago (2015-09-23 12:09:43 UTC) #53
Message was sent while issue was closed.
Patchset 29 (id:??) landed as
https://crrev.com/36aa8be4eb53b3ea75b84a9646e0204725f3bc43
Cr-Commit-Position: refs/heads/master@{#348136}

Powered by Google App Engine
This is Rietveld 408576698