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

Side by Side Diff: chrome/browser/profiles/profile_impl.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/profiles/profile_impl.h ('k') | chrome/browser/profiles/profile_manager.h » ('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/profile_impl.h" 5 #include "chrome/browser/profiles/profile_impl.h"
6 6
7 #include "app/resource_bundle.h" 7 #include "app/resource_bundle.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/environment.h" 9 #include "base/environment.h"
10 #include "base/file_path.h" 10 #include "base/file_path.h"
11 #include "base/file_util.h" 11 #include "base/file_util.h"
12 #include "base/metrics/histogram.h" 12 #include "base/metrics/histogram.h"
13 #include "base/path_service.h" 13 #include "base/path_service.h"
14 #include "base/scoped_ptr.h" 14 #include "base/scoped_ptr.h"
15 #include "base/string_number_conversions.h" 15 #include "base/string_number_conversions.h"
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 #include "chrome/browser/net/pref_proxy_config_service.h" 53 #include "chrome/browser/net/pref_proxy_config_service.h"
54 #include "chrome/browser/net/ssl_config_service_manager.h" 54 #include "chrome/browser/net/ssl_config_service_manager.h"
55 #include "chrome/browser/notifications/desktop_notification_service.h" 55 #include "chrome/browser/notifications/desktop_notification_service.h"
56 #include "chrome/browser/password_manager/password_store_default.h" 56 #include "chrome/browser/password_manager/password_store_default.h"
57 #include "chrome/browser/policy/configuration_policy_provider.h" 57 #include "chrome/browser/policy/configuration_policy_provider.h"
58 #include "chrome/browser/policy/configuration_policy_pref_store.h" 58 #include "chrome/browser/policy/configuration_policy_pref_store.h"
59 #include "chrome/browser/policy/profile_policy_context.h" 59 #include "chrome/browser/policy/profile_policy_context.h"
60 #include "chrome/browser/prefs/browser_prefs.h" 60 #include "chrome/browser/prefs/browser_prefs.h"
61 #include "chrome/browser/prefs/pref_value_store.h" 61 #include "chrome/browser/prefs/pref_value_store.h"
62 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service.h" 62 #include "chrome/browser/printing/cloud_print/cloud_print_proxy_service.h"
63 #include "chrome/browser/profile_manager.h" 63 #include "chrome/browser/profiles/profile_manager.h"
64 #include "chrome/browser/renderer_host/render_process_host.h" 64 #include "chrome/browser/renderer_host/render_process_host.h"
65 #include "chrome/browser/search_engines/template_url_fetcher.h" 65 #include "chrome/browser/search_engines/template_url_fetcher.h"
66 #include "chrome/browser/search_engines/template_url_model.h" 66 #include "chrome/browser/search_engines/template_url_model.h"
67 #include "chrome/browser/sessions/session_service.h" 67 #include "chrome/browser/sessions/session_service.h"
68 #include "chrome/browser/sessions/tab_restore_service.h" 68 #include "chrome/browser/sessions/tab_restore_service.h"
69 #include "chrome/browser/spellcheck_host.h" 69 #include "chrome/browser/spellcheck_host.h"
70 #include "chrome/browser/ssl/ssl_host_state.h" 70 #include "chrome/browser/ssl/ssl_host_state.h"
71 #include "chrome/browser/status_icons/status_tray.h" 71 #include "chrome/browser/status_icons/status_tray.h"
72 #include "chrome/browser/sync/profile_sync_factory_impl.h" 72 #include "chrome/browser/sync/profile_sync_factory_impl.h"
73 #include "chrome/browser/sync/profile_sync_service.h" 73 #include "chrome/browser/sync/profile_sync_service.h"
74 #include "chrome/browser/tabs/pinned_tab_service.h" 74 #include "chrome/browser/tabs/pinned_tab_service.h"
75 #include "chrome/browser/themes/browser_theme_provider.h" 75 #include "chrome/browser/themes/browser_theme_provider.h"
76 #include "chrome/browser/transport_security_persister.h" 76 #include "chrome/browser/transport_security_persister.h"
77 #include "chrome/browser/ui/find_bar/find_bar_state.h" 77 #include "chrome/browser/ui/find_bar/find_bar_state.h"
78 #include "chrome/browser/user_style_sheet_watcher.h" 78 #include "chrome/browser/user_style_sheet_watcher.h"
79 #include "chrome/browser/visitedlink_event_listener.h" 79 #include "chrome/browser/visitedlink/visitedlink_event_listener.h"
80 #include "chrome/browser/visitedlink_master.h" 80 #include "chrome/browser/visitedlink/visitedlink_master.h"
81 #include "chrome/browser/web_resource/web_resource_service.h" 81 #include "chrome/browser/web_resource/web_resource_service.h"
82 #include "chrome/browser/webdata/web_data_service.h" 82 #include "chrome/browser/webdata/web_data_service.h"
83 #include "chrome/common/chrome_constants.h" 83 #include "chrome/common/chrome_constants.h"
84 #include "chrome/common/chrome_paths.h" 84 #include "chrome/common/chrome_paths.h"
85 #include "chrome/common/chrome_paths_internal.h" 85 #include "chrome/common/chrome_paths_internal.h"
86 #include "chrome/common/chrome_switches.h" 86 #include "chrome/common/chrome_switches.h"
87 #include "chrome/common/json_pref_store.h" 87 #include "chrome/common/json_pref_store.h"
88 #include "chrome/common/notification_service.h" 88 #include "chrome/common/notification_service.h"
89 #include "chrome/common/pref_names.h" 89 #include "chrome/common/pref_names.h"
90 #include "chrome/common/render_messages.h" 90 #include "chrome/common/render_messages.h"
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 new chromeos::EnterpriseExtensionObserver(this)); 1338 new chromeos::EnterpriseExtensionObserver(this));
1339 } 1339 }
1340 #endif // defined(OS_CHROMEOS) 1340 #endif // defined(OS_CHROMEOS)
1341 1341
1342 PrefProxyConfigTracker* ProfileImpl::GetProxyConfigTracker() { 1342 PrefProxyConfigTracker* ProfileImpl::GetProxyConfigTracker() {
1343 if (!pref_proxy_config_tracker_) 1343 if (!pref_proxy_config_tracker_)
1344 pref_proxy_config_tracker_ = new PrefProxyConfigTracker(GetPrefs()); 1344 pref_proxy_config_tracker_ = new PrefProxyConfigTracker(GetPrefs());
1345 1345
1346 return pref_proxy_config_tracker_; 1346 return pref_proxy_config_tracker_;
1347 } 1347 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.h ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698