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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 #include "chrome/browser/task_manager/task_manager.h" | 65 #include "chrome/browser/task_manager/task_manager.h" |
66 #include "chrome/browser/ui/app_list/app_list_service.h" | 66 #include "chrome/browser/ui/app_list/app_list_service.h" |
67 #include "chrome/browser/ui/browser_ui_prefs.h" | 67 #include "chrome/browser/ui/browser_ui_prefs.h" |
68 #include "chrome/browser/ui/navigation_correction_tab_observer.h" | 68 #include "chrome/browser/ui/navigation_correction_tab_observer.h" |
69 #include "chrome/browser/ui/network_profile_bubble.h" | 69 #include "chrome/browser/ui/network_profile_bubble.h" |
70 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" | 70 #include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
71 #include "chrome/browser/ui/search_engines/keyword_editor_controller.h" | 71 #include "chrome/browser/ui/search_engines/keyword_editor_controller.h" |
72 #include "chrome/browser/ui/startup/autolaunch_prompt.h" | 72 #include "chrome/browser/ui/startup/autolaunch_prompt.h" |
73 #include "chrome/browser/ui/startup/default_browser_prompt.h" | 73 #include "chrome/browser/ui/startup/default_browser_prompt.h" |
74 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" | 74 #include "chrome/browser/ui/tabs/pinned_tab_codec.h" |
75 #include "chrome/browser/ui/webui/extensions/extension_settings_handler.h" | |
76 #include "chrome/browser/ui/webui/flags_ui.h" | 75 #include "chrome/browser/ui/webui/flags_ui.h" |
77 #include "chrome/browser/ui/webui/instant_ui.h" | 76 #include "chrome/browser/ui/webui/instant_ui.h" |
78 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" | 77 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" |
79 #include "chrome/browser/ui/webui/plugins_ui.h" | 78 #include "chrome/browser/ui/webui/plugins_ui.h" |
80 #include "chrome/browser/ui/webui/print_preview/sticky_settings.h" | 79 #include "chrome/browser/ui/webui/print_preview/sticky_settings.h" |
81 #include "chrome/browser/upgrade_detector.h" | 80 #include "chrome/browser/upgrade_detector.h" |
82 #include "chrome/browser/web_resource/promo_resource_service.h" | 81 #include "chrome/browser/web_resource/promo_resource_service.h" |
83 #include "chrome/common/pref_names.h" | 82 #include "chrome/common/pref_names.h" |
84 #include "components/autofill/core/browser/autofill_manager.h" | 83 #include "components/autofill/core/browser/autofill_manager.h" |
85 #include "components/bookmarks/browser/bookmark_utils.h" | 84 #include "components/bookmarks/browser/bookmark_utils.h" |
(...skipping 20 matching lines...) Expand all Loading... |
106 #include "components/policy/core/common/policy_statistics_collector.h" | 105 #include "components/policy/core/common/policy_statistics_collector.h" |
107 #endif | 106 #endif |
108 | 107 |
109 #if defined(ENABLE_EXTENSIONS) | 108 #if defined(ENABLE_EXTENSIONS) |
110 #include "chrome/browser/extensions/activity_log/activity_log.h" | 109 #include "chrome/browser/extensions/activity_log/activity_log.h" |
111 #include "chrome/browser/extensions/api/commands/command_service.h" | 110 #include "chrome/browser/extensions/api/commands/command_service.h" |
112 #include "chrome/browser/extensions/api/tabs/tabs_api.h" | 111 #include "chrome/browser/extensions/api/tabs/tabs_api.h" |
113 #include "chrome/browser/extensions/extension_web_ui.h" | 112 #include "chrome/browser/extensions/extension_web_ui.h" |
114 #include "chrome/browser/extensions/launch_util.h" | 113 #include "chrome/browser/extensions/launch_util.h" |
115 #include "chrome/browser/signin/easy_unlock_service.h" | 114 #include "chrome/browser/signin/easy_unlock_service.h" |
| 115 #include "chrome/browser/ui/webui/extensions/extension_settings_handler.h" |
116 #include "extensions/browser/extension_prefs.h" | 116 #include "extensions/browser/extension_prefs.h" |
117 #endif | 117 #endif |
118 | 118 |
119 #if defined(ENABLE_MANAGED_USERS) | 119 #if defined(ENABLE_MANAGED_USERS) |
120 #include "chrome/browser/supervised_user/supervised_user_service.h" | 120 #include "chrome/browser/supervised_user/supervised_user_service.h" |
121 #include "chrome/browser/supervised_user/supervised_user_shared_settings_service
.h" | 121 #include "chrome/browser/supervised_user/supervised_user_shared_settings_service
.h" |
122 #include "chrome/browser/supervised_user/supervised_user_sync_service.h" | 122 #include "chrome/browser/supervised_user/supervised_user_sync_service.h" |
123 #endif | 123 #endif |
124 | 124 |
125 #if defined(ENABLE_SERVICE_DISCOVERY) | 125 #if defined(ENABLE_SERVICE_DISCOVERY) |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
609 #if defined(OS_CHROMEOS) | 609 #if defined(OS_CHROMEOS) |
610 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); | 610 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); |
611 #endif | 611 #endif |
612 | 612 |
613 #if defined(TOOLKIT_VIEWS) | 613 #if defined(TOOLKIT_VIEWS) |
614 MigrateBrowserTabStripPrefs(local_state); | 614 MigrateBrowserTabStripPrefs(local_state); |
615 #endif | 615 #endif |
616 } | 616 } |
617 | 617 |
618 } // namespace chrome | 618 } // namespace chrome |
OLD | NEW |