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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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" | 60 #include "chrome/browser/renderer_host/web_cache_manager.h" |
61 #include "chrome/browser/search/search.h" | 61 #include "chrome/browser/search/search.h" |
62 #include "chrome/browser/search_engines/template_url_prepopulate_data.h" | |
63 #include "chrome/browser/services/gcm/gcm_profile_service.h" | 62 #include "chrome/browser/services/gcm/gcm_profile_service.h" |
64 #include "chrome/browser/signin/easy_unlock.h" | 63 #include "chrome/browser/signin/easy_unlock.h" |
65 #include "chrome/browser/signin/signin_manager_factory.h" | 64 #include "chrome/browser/signin/signin_manager_factory.h" |
66 #include "chrome/browser/signin/signin_promo.h" | 65 #include "chrome/browser/signin/signin_promo.h" |
67 #include "chrome/browser/task_manager/task_manager.h" | 66 #include "chrome/browser/task_manager/task_manager.h" |
68 #include "chrome/browser/ui/app_list/app_list_service.h" | 67 #include "chrome/browser/ui/app_list/app_list_service.h" |
69 #include "chrome/browser/ui/browser_ui_prefs.h" | 68 #include "chrome/browser/ui/browser_ui_prefs.h" |
70 #include "chrome/browser/ui/navigation_correction_tab_observer.h" | 69 #include "chrome/browser/ui/navigation_correction_tab_observer.h" |
71 #include "chrome/browser/ui/network_profile_bubble.h" | 70 #include "chrome/browser/ui/network_profile_bubble.h" |
72 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" | 71 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
(...skipping 11 matching lines...) Expand all Loading... |
84 #include "chrome/browser/web_resource/promo_resource_service.h" | 83 #include "chrome/browser/web_resource/promo_resource_service.h" |
85 #include "chrome/common/pref_names.h" | 84 #include "chrome/common/pref_names.h" |
86 #include "components/autofill/core/browser/autofill_manager.h" | 85 #include "components/autofill/core/browser/autofill_manager.h" |
87 #include "components/bookmarks/browser/bookmark_utils.h" | 86 #include "components/bookmarks/browser/bookmark_utils.h" |
88 #include "components/google/core/browser/google_pref_names.h" | 87 #include "components/google/core/browser/google_pref_names.h" |
89 #include "components/google/core/browser/google_url_tracker.h" | 88 #include "components/google/core/browser/google_url_tracker.h" |
90 #include "components/network_time/network_time_tracker.h" | 89 #include "components/network_time/network_time_tracker.h" |
91 #include "components/password_manager/core/browser/password_manager.h" | 90 #include "components/password_manager/core/browser/password_manager.h" |
92 #include "components/pref_registry/pref_registry_syncable.h" | 91 #include "components/pref_registry/pref_registry_syncable.h" |
93 #include "components/rappor/rappor_service.h" | 92 #include "components/rappor/rappor_service.h" |
| 93 #include "components/search_engines/template_url_prepopulate_data.h" |
94 #include "components/sync_driver/sync_prefs.h" | 94 #include "components/sync_driver/sync_prefs.h" |
95 #include "components/translate/core/browser/translate_prefs.h" | 95 #include "components/translate/core/browser/translate_prefs.h" |
96 #include "content/public/browser/render_process_host.h" | 96 #include "content/public/browser/render_process_host.h" |
97 #include "extensions/browser/extension_prefs.h" | 97 #include "extensions/browser/extension_prefs.h" |
98 | 98 |
99 #if defined(ENABLE_AUTOFILL_DIALOG) | 99 #if defined(ENABLE_AUTOFILL_DIALOG) |
100 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h" | 100 #include "chrome/browser/ui/autofill/autofill_dialog_controller.h" |
101 #endif | 101 #endif |
102 | 102 |
103 #if defined(ENABLE_CONFIGURATION_POLICY) | 103 #if defined(ENABLE_CONFIGURATION_POLICY) |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
598 #if defined(OS_CHROMEOS) | 598 #if defined(OS_CHROMEOS) |
599 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); | 599 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); |
600 #endif | 600 #endif |
601 | 601 |
602 #if defined(TOOLKIT_VIEWS) | 602 #if defined(TOOLKIT_VIEWS) |
603 MigrateBrowserTabStripPrefs(local_state); | 603 MigrateBrowserTabStripPrefs(local_state); |
604 #endif | 604 #endif |
605 } | 605 } |
606 | 606 |
607 } // namespace chrome | 607 } // namespace chrome |
OLD | NEW |