| OLD | NEW |
| 1 // Copyright 2012 The Chromium Authors. All rights reserved. | 1 // Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/prefs/browser_prefs.h" | 5 #include "chrome/browser/prefs/browser_prefs.h" |
| 6 | 6 |
| 7 #include <string> | 7 #include <string> |
| 8 | 8 |
| 9 #include "base/files/file_util.h" | 9 #include "base/files/file_util.h" |
| 10 #include "base/metrics/histogram_macros.h" | 10 #include "base/metrics/histogram_macros.h" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 #include "chrome/browser/geolocation/geolocation_prefs.h" | 25 #include "chrome/browser/geolocation/geolocation_prefs.h" |
| 26 #include "chrome/browser/gpu/gpu_mode_manager.h" | 26 #include "chrome/browser/gpu/gpu_mode_manager.h" |
| 27 #include "chrome/browser/gpu/gpu_profile_cache.h" | 27 #include "chrome/browser/gpu/gpu_profile_cache.h" |
| 28 #include "chrome/browser/intranet_redirect_detector.h" | 28 #include "chrome/browser/intranet_redirect_detector.h" |
| 29 #include "chrome/browser/io_thread.h" | 29 #include "chrome/browser/io_thread.h" |
| 30 #include "chrome/browser/media/media_device_id_salt.h" | 30 #include "chrome/browser/media/media_device_id_salt.h" |
| 31 #include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h" | 31 #include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h" |
| 32 #include "chrome/browser/media/webrtc/media_stream_devices_controller.h" | 32 #include "chrome/browser/media/webrtc/media_stream_devices_controller.h" |
| 33 #include "chrome/browser/metrics/chrome_metrics_service_client.h" | 33 #include "chrome/browser/metrics/chrome_metrics_service_client.h" |
| 34 #include "chrome/browser/net/http_server_properties_manager_factory.h" | 34 #include "chrome/browser/net/http_server_properties_manager_factory.h" |
| 35 #include "chrome/browser/net/net_pref_observer.h" |
| 35 #include "chrome/browser/net/nqe/ui_network_quality_estimator_service.h" | 36 #include "chrome/browser/net/nqe/ui_network_quality_estimator_service.h" |
| 36 #include "chrome/browser/net/prediction_options.h" | 37 #include "chrome/browser/net/prediction_options.h" |
| 37 #include "chrome/browser/net/predictor.h" | 38 #include "chrome/browser/net/predictor.h" |
| 38 #include "chrome/browser/notifications/extension_welcome_notification.h" | 39 #include "chrome/browser/notifications/extension_welcome_notification.h" |
| 39 #include "chrome/browser/notifications/notifier_state_tracker.h" | 40 #include "chrome/browser/notifications/notifier_state_tracker.h" |
| 40 #include "chrome/browser/pepper_flash_settings_manager.h" | 41 #include "chrome/browser/pepper_flash_settings_manager.h" |
| 41 #include "chrome/browser/plugins/plugin_finder.h" | 42 #include "chrome/browser/plugins/plugin_finder.h" |
| 42 #include "chrome/browser/prefs/chrome_pref_service_factory.h" | 43 #include "chrome/browser/prefs/chrome_pref_service_factory.h" |
| 43 #include "chrome/browser/prefs/incognito_mode_prefs.h" | 44 #include "chrome/browser/prefs/incognito_mode_prefs.h" |
| 44 #include "chrome/browser/prefs/origin_trial_prefs.h" | 45 #include "chrome/browser/prefs/origin_trial_prefs.h" |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 chrome_prefs::RegisterProfilePrefs(registry); | 483 chrome_prefs::RegisterProfilePrefs(registry); |
| 483 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry); | 484 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry); |
| 484 DownloadPrefs::RegisterProfilePrefs(registry); | 485 DownloadPrefs::RegisterProfilePrefs(registry); |
| 485 HostContentSettingsMap::RegisterProfilePrefs(registry); | 486 HostContentSettingsMap::RegisterProfilePrefs(registry); |
| 486 IncognitoModePrefs::RegisterProfilePrefs(registry); | 487 IncognitoModePrefs::RegisterProfilePrefs(registry); |
| 487 InstantUI::RegisterProfilePrefs(registry); | 488 InstantUI::RegisterProfilePrefs(registry); |
| 488 NavigationCorrectionTabObserver::RegisterProfilePrefs(registry); | 489 NavigationCorrectionTabObserver::RegisterProfilePrefs(registry); |
| 489 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry); | 490 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry); |
| 490 MediaDeviceIDSalt::RegisterProfilePrefs(registry); | 491 MediaDeviceIDSalt::RegisterProfilePrefs(registry); |
| 491 MediaStreamDevicesController::RegisterProfilePrefs(registry); | 492 MediaStreamDevicesController::RegisterProfilePrefs(registry); |
| 493 NetPrefObserver::RegisterProfilePrefs(registry); |
| 492 ntp_snippets::BookmarkSuggestionsProvider::RegisterProfilePrefs(registry); | 494 ntp_snippets::BookmarkSuggestionsProvider::RegisterProfilePrefs(registry); |
| 493 ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs( | 495 ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs( |
| 494 registry); | 496 registry); |
| 495 ntp_snippets::RemoteSuggestionsProvider::RegisterProfilePrefs(registry); | 497 ntp_snippets::RemoteSuggestionsProvider::RegisterProfilePrefs(registry); |
| 496 ntp_snippets::ContentSuggestionsService::RegisterProfilePrefs(registry); | 498 ntp_snippets::ContentSuggestionsService::RegisterProfilePrefs(registry); |
| 497 ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry); | 499 ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry); |
| 498 ntp_snippets::UserClassifier::RegisterProfilePrefs(registry); | 500 ntp_snippets::UserClassifier::RegisterProfilePrefs(registry); |
| 499 password_bubble_experiment::RegisterPrefs(registry); | 501 password_bubble_experiment::RegisterPrefs(registry); |
| 500 password_manager::PasswordManager::RegisterProfilePrefs(registry); | 502 password_manager::PasswordManager::RegisterProfilePrefs(registry); |
| 501 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); | 503 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 // Added 8/2016. | 785 // Added 8/2016. |
| 784 profile_prefs->ClearPref(kStaticEncodings); | 786 profile_prefs->ClearPref(kStaticEncodings); |
| 785 profile_prefs->ClearPref(kRecentlySelectedEncoding); | 787 profile_prefs->ClearPref(kRecentlySelectedEncoding); |
| 786 | 788 |
| 787 // Added 9/2016. | 789 // Added 9/2016. |
| 788 profile_prefs->ClearPref(kWebKitUsesUniversalDetector); | 790 profile_prefs->ClearPref(kWebKitUsesUniversalDetector); |
| 789 profile_prefs->ClearPref(kWebKitAllowDisplayingInsecureContent); | 791 profile_prefs->ClearPref(kWebKitAllowDisplayingInsecureContent); |
| 790 } | 792 } |
| 791 | 793 |
| 792 } // namespace chrome | 794 } // namespace chrome |
| OLD | NEW |