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/metrics/histogram_macros.h" | 9 #include "base/metrics/histogram_macros.h" |
10 #include "base/prefs/pref_registry_simple.h" | 10 #include "base/prefs/pref_registry_simple.h" |
(...skipping 25 matching lines...) Expand all Loading... |
36 #include "chrome/browser/net/prediction_options.h" | 36 #include "chrome/browser/net/prediction_options.h" |
37 #include "chrome/browser/net/predictor.h" | 37 #include "chrome/browser/net/predictor.h" |
38 #include "chrome/browser/net/ssl_config_service_manager.h" | 38 #include "chrome/browser/net/ssl_config_service_manager.h" |
39 #include "chrome/browser/notifications/extension_welcome_notification.h" | 39 #include "chrome/browser/notifications/extension_welcome_notification.h" |
40 #include "chrome/browser/notifications/message_center_notification_manager.h" | 40 #include "chrome/browser/notifications/message_center_notification_manager.h" |
41 #include "chrome/browser/notifications/notifier_state_tracker.h" | 41 #include "chrome/browser/notifications/notifier_state_tracker.h" |
42 #include "chrome/browser/pepper_flash_settings_manager.h" | 42 #include "chrome/browser/pepper_flash_settings_manager.h" |
43 #include "chrome/browser/plugins/plugin_finder.h" | 43 #include "chrome/browser/plugins/plugin_finder.h" |
44 #include "chrome/browser/prefs/chrome_pref_service_factory.h" | 44 #include "chrome/browser/prefs/chrome_pref_service_factory.h" |
45 #include "chrome/browser/prefs/incognito_mode_prefs.h" | 45 #include "chrome/browser/prefs/incognito_mode_prefs.h" |
46 #include "chrome/browser/prefs/pref_service_syncable.h" | |
47 #include "chrome/browser/prefs/session_startup_pref.h" | 46 #include "chrome/browser/prefs/session_startup_pref.h" |
48 #include "chrome/browser/profiles/chrome_version_service.h" | 47 #include "chrome/browser/profiles/chrome_version_service.h" |
49 #include "chrome/browser/profiles/profile.h" | 48 #include "chrome/browser/profiles/profile.h" |
50 #include "chrome/browser/profiles/profile_impl.h" | 49 #include "chrome/browser/profiles/profile_impl.h" |
51 #include "chrome/browser/profiles/profile_info_cache.h" | 50 #include "chrome/browser/profiles/profile_info_cache.h" |
52 #include "chrome/browser/profiles/profiles_state.h" | 51 #include "chrome/browser/profiles/profiles_state.h" |
53 #include "chrome/browser/push_messaging/push_messaging_service_impl.h" | 52 #include "chrome/browser/push_messaging/push_messaging_service_impl.h" |
54 #include "chrome/browser/renderer_host/pepper/device_id_fetcher.h" | 53 #include "chrome/browser/renderer_host/pepper/device_id_fetcher.h" |
55 #include "chrome/browser/search/search.h" | 54 #include "chrome/browser/search/search.h" |
56 #include "chrome/browser/signin/signin_manager_factory.h" | 55 #include "chrome/browser/signin/signin_manager_factory.h" |
(...skipping 23 matching lines...) Expand all Loading... |
80 #include "components/gcm_driver/gcm_channel_status_syncer.h" | 79 #include "components/gcm_driver/gcm_channel_status_syncer.h" |
81 #include "components/network_time/network_time_tracker.h" | 80 #include "components/network_time/network_time_tracker.h" |
82 #include "components/omnibox/browser/zero_suggest_provider.h" | 81 #include "components/omnibox/browser/zero_suggest_provider.h" |
83 #include "components/password_manager/core/browser/password_bubble_experiment.h" | 82 #include "components/password_manager/core/browser/password_bubble_experiment.h" |
84 #include "components/password_manager/core/browser/password_manager.h" | 83 #include "components/password_manager/core/browser/password_manager.h" |
85 #include "components/pref_registry/pref_registry_syncable.h" | 84 #include "components/pref_registry/pref_registry_syncable.h" |
86 #include "components/proxy_config/pref_proxy_config_tracker_impl.h" | 85 #include "components/proxy_config/pref_proxy_config_tracker_impl.h" |
87 #include "components/rappor/rappor_service.h" | 86 #include "components/rappor/rappor_service.h" |
88 #include "components/search_engines/template_url_prepopulate_data.h" | 87 #include "components/search_engines/template_url_prepopulate_data.h" |
89 #include "components/sync_driver/sync_prefs.h" | 88 #include "components/sync_driver/sync_prefs.h" |
| 89 #include "components/syncable_prefs/pref_service_syncable.h" |
90 #include "components/translate/core/browser/translate_prefs.h" | 90 #include "components/translate/core/browser/translate_prefs.h" |
91 #include "components/variations/service/variations_service.h" | 91 #include "components/variations/service/variations_service.h" |
92 #include "components/web_resource/promo_resource_service.h" | 92 #include "components/web_resource/promo_resource_service.h" |
93 #include "content/public/browser/render_process_host.h" | 93 #include "content/public/browser/render_process_host.h" |
94 #include "net/http/http_server_properties_manager.h" | 94 #include "net/http/http_server_properties_manager.h" |
95 | 95 |
96 #if defined(ENABLE_AUTOFILL_DIALOG) | 96 #if defined(ENABLE_AUTOFILL_DIALOG) |
97 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h" | 97 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h" |
98 #endif | 98 #endif |
99 | 99 |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 translate::TranslatePrefs::MigrateUserPrefs(profile_prefs, | 566 translate::TranslatePrefs::MigrateUserPrefs(profile_prefs, |
567 prefs::kAcceptLanguages); | 567 prefs::kAcceptLanguages); |
568 | 568 |
569 #if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST) | 569 #if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST) |
570 // Added 02/2015. | 570 // Added 02/2015. |
571 MigrateGoogleNowPrefs(profile); | 571 MigrateGoogleNowPrefs(profile); |
572 #endif | 572 #endif |
573 } | 573 } |
574 | 574 |
575 } // namespace chrome | 575 } // namespace chrome |
OLD | NEW |