| 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/debug/trace_event.h" | 9 #include "base/debug/trace_event.h" |
| 10 #include "base/prefs/pref_registry_simple.h" | 10 #include "base/prefs/pref_registry_simple.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 #include "chrome/browser/prefs/incognito_mode_prefs.h" | 50 #include "chrome/browser/prefs/incognito_mode_prefs.h" |
| 51 #include "chrome/browser/prefs/pref_service_syncable.h" | 51 #include "chrome/browser/prefs/pref_service_syncable.h" |
| 52 #include "chrome/browser/prefs/session_startup_pref.h" | 52 #include "chrome/browser/prefs/session_startup_pref.h" |
| 53 #include "chrome/browser/printing/print_dialog_cloud.h" | 53 #include "chrome/browser/printing/print_dialog_cloud.h" |
| 54 #include "chrome/browser/profiles/chrome_version_service.h" | 54 #include "chrome/browser/profiles/chrome_version_service.h" |
| 55 #include "chrome/browser/profiles/profile.h" | 55 #include "chrome/browser/profiles/profile.h" |
| 56 #include "chrome/browser/profiles/profile_impl.h" | 56 #include "chrome/browser/profiles/profile_impl.h" |
| 57 #include "chrome/browser/profiles/profile_info_cache.h" | 57 #include "chrome/browser/profiles/profile_info_cache.h" |
| 58 #include "chrome/browser/profiles/profiles_state.h" | 58 #include "chrome/browser/profiles/profiles_state.h" |
| 59 #include "chrome/browser/renderer_host/pepper/device_id_fetcher.h" | 59 #include "chrome/browser/renderer_host/pepper/device_id_fetcher.h" |
| 60 #include "chrome/browser/renderer_host/web_cache_manager.h" | |
| 61 #include "chrome/browser/search/search.h" | 60 #include "chrome/browser/search/search.h" |
| 62 #include "chrome/browser/services/gcm/gcm_profile_service.h" | 61 #include "chrome/browser/services/gcm/gcm_profile_service.h" |
| 63 #include "chrome/browser/signin/signin_manager_factory.h" | 62 #include "chrome/browser/signin/signin_manager_factory.h" |
| 64 #include "chrome/browser/signin/signin_promo.h" | 63 #include "chrome/browser/signin/signin_promo.h" |
| 65 #include "chrome/browser/task_manager/task_manager.h" | 64 #include "chrome/browser/task_manager/task_manager.h" |
| 66 #include "chrome/browser/ui/app_list/app_list_service.h" | 65 #include "chrome/browser/ui/app_list/app_list_service.h" |
| 67 #include "chrome/browser/ui/browser_ui_prefs.h" | 66 #include "chrome/browser/ui/browser_ui_prefs.h" |
| 68 #include "chrome/browser/ui/navigation_correction_tab_observer.h" | 67 #include "chrome/browser/ui/navigation_correction_tab_observer.h" |
| 69 #include "chrome/browser/ui/network_profile_bubble.h" | 68 #include "chrome/browser/ui/network_profile_bubble.h" |
| 70 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" | 69 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 network_time::NetworkTimeTracker::RegisterPrefs(registry); | 253 network_time::NetworkTimeTracker::RegisterPrefs(registry); |
| 255 PrefProxyConfigTrackerImpl::RegisterPrefs(registry); | 254 PrefProxyConfigTrackerImpl::RegisterPrefs(registry); |
| 256 ProfileInfoCache::RegisterPrefs(registry); | 255 ProfileInfoCache::RegisterPrefs(registry); |
| 257 profiles::RegisterPrefs(registry); | 256 profiles::RegisterPrefs(registry); |
| 258 PromoResourceService::RegisterPrefs(registry); | 257 PromoResourceService::RegisterPrefs(registry); |
| 259 rappor::RapporService::RegisterPrefs(registry); | 258 rappor::RapporService::RegisterPrefs(registry); |
| 260 RegisterScreenshotPrefs(registry); | 259 RegisterScreenshotPrefs(registry); |
| 261 SigninManagerFactory::RegisterPrefs(registry); | 260 SigninManagerFactory::RegisterPrefs(registry); |
| 262 SSLConfigServiceManager::RegisterPrefs(registry); | 261 SSLConfigServiceManager::RegisterPrefs(registry); |
| 263 UpgradeDetector::RegisterPrefs(registry); | 262 UpgradeDetector::RegisterPrefs(registry); |
| 264 WebCacheManager::RegisterPrefs(registry); | |
| 265 | 263 |
| 266 #if defined(ENABLE_AUTOFILL_DIALOG) | 264 #if defined(ENABLE_AUTOFILL_DIALOG) |
| 267 autofill::AutofillDialogController::RegisterPrefs(registry); | 265 autofill::AutofillDialogController::RegisterPrefs(registry); |
| 268 #endif | 266 #endif |
| 269 | 267 |
| 270 #if defined(ENABLE_CONFIGURATION_POLICY) | 268 #if defined(ENABLE_CONFIGURATION_POLICY) |
| 271 policy::BrowserPolicyConnector::RegisterPrefs(registry); | 269 policy::BrowserPolicyConnector::RegisterPrefs(registry); |
| 272 policy::PolicyStatisticsCollector::RegisterPrefs(registry); | 270 policy::PolicyStatisticsCollector::RegisterPrefs(registry); |
| 273 #endif | 271 #endif |
| 274 | 272 |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 #if defined(OS_CHROMEOS) | 607 #if defined(OS_CHROMEOS) |
| 610 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); | 608 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); |
| 611 #endif | 609 #endif |
| 612 | 610 |
| 613 #if defined(TOOLKIT_VIEWS) | 611 #if defined(TOOLKIT_VIEWS) |
| 614 MigrateBrowserTabStripPrefs(local_state); | 612 MigrateBrowserTabStripPrefs(local_state); |
| 615 #endif | 613 #endif |
| 616 } | 614 } |
| 617 | 615 |
| 618 } // namespace chrome | 616 } // namespace chrome |
| OLD | NEW |