Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/browser/prefs/browser_prefs.cc

Issue 6245006: Update references part 3: remaining files in chrome/...... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "chrome/browser/about_flags.h" 7 #include "chrome/browser/about_flags.h"
8 #include "chrome/browser/autofill/autofill_manager.h" 8 #include "chrome/browser/autofill/autofill_manager.h"
9 #include "chrome/browser/background_contents_service.h" 9 #include "chrome/browser/background_contents_service.h"
10 #include "chrome/browser/background_mode_manager.h" 10 #include "chrome/browser/background_mode_manager.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 #include "chrome/browser/translate/translate_prefs.h" 55 #include "chrome/browser/translate/translate_prefs.h"
56 #include "chrome/browser/ui/browser.h" 56 #include "chrome/browser/ui/browser.h"
57 #include "chrome/browser/upgrade_detector.h" 57 #include "chrome/browser/upgrade_detector.h"
58 58
59 #if defined(TOOLKIT_VIEWS) // TODO(port): whittle this down as we port 59 #if defined(TOOLKIT_VIEWS) // TODO(port): whittle this down as we port
60 #include "chrome/browser/ui/views/browser_actions_container.h" 60 #include "chrome/browser/ui/views/browser_actions_container.h"
61 #include "chrome/browser/ui/views/frame/browser_view.h" 61 #include "chrome/browser/ui/views/frame/browser_view.h"
62 #endif 62 #endif
63 63
64 #if defined(TOOLKIT_GTK) 64 #if defined(TOOLKIT_GTK)
65 #include "chrome/browser/gtk/browser_window_gtk.h" 65 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
66 #endif 66 #endif
67 67
68 #if defined(OS_CHROMEOS) 68 #if defined(OS_CHROMEOS)
69 #include "chrome/browser/chromeos/audio_mixer_alsa.h" 69 #include "chrome/browser/chromeos/audio_mixer_alsa.h"
70 #include "chrome/browser/chromeos/login/apply_services_customization.h" 70 #include "chrome/browser/chromeos/login/apply_services_customization.h"
71 #include "chrome/browser/chromeos/login/signed_settings_temp_storage.h" 71 #include "chrome/browser/chromeos/login/signed_settings_temp_storage.h"
72 #include "chrome/browser/chromeos/login/user_manager.h" 72 #include "chrome/browser/chromeos/login/user_manager.h"
73 #include "chrome/browser/chromeos/login/wizard_controller.h" 73 #include "chrome/browser/chromeos/login/wizard_controller.h"
74 #include "chrome/browser/chromeos/preferences.h" 74 #include "chrome/browser/chromeos/preferences.h"
75 #include "chrome/browser/chromeos/status/input_method_menu_button.h" 75 #include "chrome/browser/chromeos/status/input_method_menu_button.h"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 #endif 153 #endif
154 BackgroundContentsService::RegisterUserPrefs(user_prefs); 154 BackgroundContentsService::RegisterUserPrefs(user_prefs);
155 SigninManager::RegisterUserPrefs(user_prefs); 155 SigninManager::RegisterUserPrefs(user_prefs);
156 TemplateURLModel::RegisterUserPrefs(user_prefs); 156 TemplateURLModel::RegisterUserPrefs(user_prefs);
157 InstantController::RegisterUserPrefs(user_prefs); 157 InstantController::RegisterUserPrefs(user_prefs);
158 NetPrefObserver::RegisterPrefs(user_prefs); 158 NetPrefObserver::RegisterPrefs(user_prefs);
159 policy::ProfilePolicyContext::RegisterUserPrefs(user_prefs); 159 policy::ProfilePolicyContext::RegisterUserPrefs(user_prefs);
160 } 160 }
161 161
162 } // namespace browser 162 } // namespace browser
OLDNEW
« no previous file with comments | « chrome/browser/platform_util_common_linux.cc ('k') | chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698