| 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 "apps/prefs.h" | 7 #include "apps/prefs.h" |
| 8 #include "base/debug/trace_event.h" | 8 #include "base/debug/trace_event.h" |
| 9 #include "base/prefs/pref_registry_simple.h" | 9 #include "base/prefs/pref_registry_simple.h" |
| 10 #include "base/prefs/pref_service.h" | 10 #include "base/prefs/pref_service.h" |
| 11 #include "chrome/browser/about_flags.h" | 11 #include "chrome/browser/about_flags.h" |
| 12 #include "chrome/browser/accessibility/invert_bubble_prefs.h" | 12 #include "chrome/browser/accessibility/invert_bubble_prefs.h" |
| 13 #include "chrome/browser/apps/shortcut_manager.h" | 13 #include "chrome/browser/apps/shortcut_manager.h" |
| 14 #include "chrome/browser/autocomplete/zero_suggest_provider.h" | 14 #include "chrome/browser/autocomplete/zero_suggest_provider.h" |
| 15 #include "chrome/browser/background/background_mode_manager.h" | 15 #include "chrome/browser/background/background_mode_manager.h" |
| 16 #include "chrome/browser/browser_process_impl.h" | 16 #include "chrome/browser/browser_process_impl.h" |
| 17 #include "chrome/browser/browser_shutdown.h" | 17 #include "chrome/browser/browser_shutdown.h" |
| 18 #include "chrome/browser/chrome_content_browser_client.h" | 18 #include "chrome/browser/chrome_content_browser_client.h" |
| 19 #include "chrome/browser/component_updater/recovery_component_installer.h" | 19 #include "chrome/browser/component_updater/recovery_component_installer.h" |
| 20 #include "chrome/browser/content_settings/host_content_settings_map.h" | 20 #include "chrome/browser/content_settings/host_content_settings_map.h" |
| 21 #include "chrome/browser/custom_handlers/protocol_handler_registry.h" | 21 #include "chrome/browser/custom_handlers/protocol_handler_registry.h" |
| 22 #include "chrome/browser/devtools/devtools_window.h" | 22 #include "chrome/browser/devtools/devtools_window.h" |
| 23 #include "chrome/browser/download/download_prefs.h" | 23 #include "chrome/browser/download/download_prefs.h" |
| 24 #include "chrome/browser/extensions/extension_web_ui.h" | 24 #include "chrome/browser/extensions/extension_web_ui.h" |
| 25 #include "chrome/browser/external_protocol/external_protocol_handler.h" | 25 #include "chrome/browser/external_protocol/external_protocol_handler.h" |
| 26 #include "chrome/browser/first_run/first_run.h" | 26 #include "chrome/browser/first_run/first_run.h" |
| 27 #include "chrome/browser/geolocation/geolocation_prefs.h" | 27 #include "chrome/browser/geolocation/geolocation_prefs.h" |
| 28 #include "chrome/browser/google/google_url_tracker.h" | |
| 29 #include "chrome/browser/google/google_url_tracker_factory.h" | 28 #include "chrome/browser/google/google_url_tracker_factory.h" |
| 30 #include "chrome/browser/gpu/gl_string_manager.h" | 29 #include "chrome/browser/gpu/gl_string_manager.h" |
| 31 #include "chrome/browser/gpu/gpu_mode_manager.h" | 30 #include "chrome/browser/gpu/gpu_mode_manager.h" |
| 32 #include "chrome/browser/intranet_redirect_detector.h" | 31 #include "chrome/browser/intranet_redirect_detector.h" |
| 33 #include "chrome/browser/io_thread.h" | 32 #include "chrome/browser/io_thread.h" |
| 34 #include "chrome/browser/media/media_capture_devices_dispatcher.h" | 33 #include "chrome/browser/media/media_capture_devices_dispatcher.h" |
| 35 #include "chrome/browser/media/media_device_id_salt.h" | 34 #include "chrome/browser/media/media_device_id_salt.h" |
| 36 #include "chrome/browser/media/media_stream_devices_controller.h" | 35 #include "chrome/browser/media/media_stream_devices_controller.h" |
| 37 #include "chrome/browser/metrics/metrics_service.h" | 36 #include "chrome/browser/metrics/metrics_service.h" |
| 38 #include "chrome/browser/metrics/variations/variations_service.h" | 37 #include "chrome/browser/metrics/variations/variations_service.h" |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 #include "chrome/browser/ui/webui/instant_ui.h" | 77 #include "chrome/browser/ui/webui/instant_ui.h" |
| 79 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" | 78 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" |
| 80 #include "chrome/browser/ui/webui/plugins_ui.h" | 79 #include "chrome/browser/ui/webui/plugins_ui.h" |
| 81 #include "chrome/browser/ui/webui/print_preview/sticky_settings.h" | 80 #include "chrome/browser/ui/webui/print_preview/sticky_settings.h" |
| 82 #include "chrome/browser/upgrade_detector.h" | 81 #include "chrome/browser/upgrade_detector.h" |
| 83 #include "chrome/browser/web_resource/promo_resource_service.h" | 82 #include "chrome/browser/web_resource/promo_resource_service.h" |
| 84 #include "chrome/common/pref_names.h" | 83 #include "chrome/common/pref_names.h" |
| 85 #include "components/autofill/core/browser/autofill_manager.h" | 84 #include "components/autofill/core/browser/autofill_manager.h" |
| 86 #include "components/bookmarks/browser/bookmark_utils.h" | 85 #include "components/bookmarks/browser/bookmark_utils.h" |
| 87 #include "components/google/core/browser/google_pref_names.h" | 86 #include "components/google/core/browser/google_pref_names.h" |
| 87 #include "components/google/core/browser/google_url_tracker.h" |
| 88 #include "components/network_time/network_time_tracker.h" | 88 #include "components/network_time/network_time_tracker.h" |
| 89 #include "components/password_manager/core/browser/password_manager.h" | 89 #include "components/password_manager/core/browser/password_manager.h" |
| 90 #include "components/pref_registry/pref_registry_syncable.h" | 90 #include "components/pref_registry/pref_registry_syncable.h" |
| 91 #include "components/rappor/rappor_service.h" | 91 #include "components/rappor/rappor_service.h" |
| 92 #include "components/sync_driver/sync_prefs.h" | 92 #include "components/sync_driver/sync_prefs.h" |
| 93 #include "components/translate/core/browser/translate_prefs.h" | 93 #include "components/translate/core/browser/translate_prefs.h" |
| 94 #include "content/public/browser/render_process_host.h" | 94 #include "content/public/browser/render_process_host.h" |
| 95 #include "extensions/browser/extension_prefs.h" | 95 #include "extensions/browser/extension_prefs.h" |
| 96 | 96 |
| 97 #if defined(ENABLE_AUTOFILL_DIALOG) | 97 #if defined(ENABLE_AUTOFILL_DIALOG) |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 #if defined(OS_CHROMEOS) | 585 #if defined(OS_CHROMEOS) |
| 586 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); | 586 chromeos::default_pinned_apps_field_trial::MigratePrefs(local_state); |
| 587 #endif | 587 #endif |
| 588 | 588 |
| 589 #if defined(TOOLKIT_VIEWS) | 589 #if defined(TOOLKIT_VIEWS) |
| 590 MigrateBrowserTabStripPrefs(local_state); | 590 MigrateBrowserTabStripPrefs(local_state); |
| 591 #endif | 591 #endif |
| 592 } | 592 } |
| 593 | 593 |
| 594 } // namespace chrome | 594 } // namespace chrome |
| OLD | NEW |