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

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

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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
« no previous file with comments | « chrome/browser/possible_url_model.cc ('k') | chrome/browser/prefs/pref_service.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 18 matching lines...) Expand all
29 #include "chrome/browser/instant/instant_controller.h" 29 #include "chrome/browser/instant/instant_controller.h"
30 #include "chrome/browser/metrics/metrics_log.h" 30 #include "chrome/browser/metrics/metrics_log.h"
31 #include "chrome/browser/metrics/metrics_service.h" 31 #include "chrome/browser/metrics/metrics_service.h"
32 #include "chrome/browser/net/chrome_url_request_context.h" 32 #include "chrome/browser/net/chrome_url_request_context.h"
33 #include "chrome/browser/net/predictor_api.h" 33 #include "chrome/browser/net/predictor_api.h"
34 #include "chrome/browser/net/net_pref_observer.h" 34 #include "chrome/browser/net/net_pref_observer.h"
35 #include "chrome/browser/notifications/desktop_notification_service.h" 35 #include "chrome/browser/notifications/desktop_notification_service.h"
36 #include "chrome/browser/page_info_model.h" 36 #include "chrome/browser/page_info_model.h"
37 #include "chrome/browser/password_manager/password_manager.h" 37 #include "chrome/browser/password_manager/password_manager.h"
38 #include "chrome/browser/prefs/session_startup_pref.h" 38 #include "chrome/browser/prefs/session_startup_pref.h"
39 #include "chrome/browser/profile_impl.h" 39 #include "chrome/browser/profiles/profile_impl.h"
40 #include "chrome/browser/renderer_host/browser_render_process_host.h" 40 #include "chrome/browser/renderer_host/browser_render_process_host.h"
41 #include "chrome/browser/renderer_host/web_cache_manager.h" 41 #include "chrome/browser/renderer_host/web_cache_manager.h"
42 #include "chrome/browser/safe_browsing/safe_browsing_service.h" 42 #include "chrome/browser/safe_browsing/safe_browsing_service.h"
43 #include "chrome/browser/search_engines/keyword_editor_controller.h" 43 #include "chrome/browser/search_engines/keyword_editor_controller.h"
44 #include "chrome/browser/search_engines/template_url_model.h" 44 #include "chrome/browser/search_engines/template_url_model.h"
45 #include "chrome/browser/search_engines/template_url_prepopulate_data.h" 45 #include "chrome/browser/search_engines/template_url_prepopulate_data.h"
46 #include "chrome/browser/ssl/ssl_manager.h" 46 #include "chrome/browser/ssl/ssl_manager.h"
47 #include "chrome/browser/sync/signin_manager.h" 47 #include "chrome/browser/sync/signin_manager.h"
48 #include "chrome/browser/tab_contents/tab_contents.h" 48 #include "chrome/browser/tab_contents/tab_contents.h"
49 #include "chrome/browser/tabs/pinned_tab_codec.h" 49 #include "chrome/browser/tabs/pinned_tab_codec.h"
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 chromeos::Preferences::RegisterUserPrefs(user_prefs); 145 chromeos::Preferences::RegisterUserPrefs(user_prefs);
146 #endif 146 #endif
147 BackgroundContentsService::RegisterUserPrefs(user_prefs); 147 BackgroundContentsService::RegisterUserPrefs(user_prefs);
148 SigninManager::RegisterUserPrefs(user_prefs); 148 SigninManager::RegisterUserPrefs(user_prefs);
149 TemplateURLModel::RegisterUserPrefs(user_prefs); 149 TemplateURLModel::RegisterUserPrefs(user_prefs);
150 InstantController::RegisterUserPrefs(user_prefs); 150 InstantController::RegisterUserPrefs(user_prefs);
151 NetPrefObserver::RegisterPrefs(user_prefs); 151 NetPrefObserver::RegisterPrefs(user_prefs);
152 } 152 }
153 153
154 } // namespace browser 154 } // namespace browser
OLDNEW
« no previous file with comments | « chrome/browser/possible_url_model.cc ('k') | chrome/browser/prefs/pref_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698