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

Side by Side Diff: chrome/browser/browser_process_impl.h

Issue 7941008: Cosmetic cleanups in chrome/browser/policy/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanups and IWYU fixit in policy code Created 9 years, 3 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 // When each service is created, we set a flag indicating this. At this point, 5 // When each service is created, we set a flag indicating this. At this point,
6 // the service initialization could fail or succeed. This allows us to remember 6 // the service initialization could fail or succeed. This allows us to remember
7 // if we tried to create a service, and not try creating it over and over if 7 // if we tried to create a service, and not try creating it over and over if
8 // the creation failed. 8 // the creation failed.
9 9
10 #ifndef CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_ 10 #ifndef CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 void CreateNotificationUIManager(); 160 void CreateNotificationUIManager();
161 void CreateStatusTrayManager(); 161 void CreateStatusTrayManager();
162 void CreateTabCloseableStateWatcher(); 162 void CreateTabCloseableStateWatcher();
163 void CreatePrintPreviewTabController(); 163 void CreatePrintPreviewTabController();
164 void CreateBackgroundPrintingManager(); 164 void CreateBackgroundPrintingManager();
165 void CreateSafeBrowsingService(); 165 void CreateSafeBrowsingService();
166 void CreateSafeBrowsingDetectionService(); 166 void CreateSafeBrowsingDetectionService();
167 void CreateStatusTray(); 167 void CreateStatusTray();
168 void CreateBackgroundModeManager(); 168 void CreateBackgroundModeManager();
169 169
170 bool IsSafeBrowsingDetectionServiceEnabled();
171
172 void ApplyDisabledSchemesPolicy(); 170 void ApplyDisabledSchemesPolicy();
173 void ApplyAllowCrossOriginAuthPromptPolicy(); 171 void ApplyAllowCrossOriginAuthPromptPolicy();
174 172
175 #if defined(IPC_MESSAGE_LOG_ENABLED) 173 #if defined(IPC_MESSAGE_LOG_ENABLED)
176 void SetIPCLoggingEnabledForChildProcesses(bool enabled); 174 void SetIPCLoggingEnabledForChildProcesses(bool enabled);
177 #endif 175 #endif
178 176
179 bool created_resource_dispatcher_host_; 177 bool created_resource_dispatcher_host_;
180 scoped_ptr<ResourceDispatcherHost> resource_dispatcher_host_; 178 scoped_ptr<ResourceDispatcherHost> resource_dispatcher_host_;
181 179
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 scoped_refptr<GpuBlacklistUpdater> gpu_blacklist_updater_; 317 scoped_refptr<GpuBlacklistUpdater> gpu_blacklist_updater_;
320 318
321 #if !defined(OS_CHROMEOS) 319 #if !defined(OS_CHROMEOS)
322 scoped_ptr<ComponentUpdateService> component_updater_; 320 scoped_ptr<ComponentUpdateService> component_updater_;
323 #endif 321 #endif
324 322
325 DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl); 323 DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
326 }; 324 };
327 325
328 #endif // CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_ 326 #endif // CHROME_BROWSER_BROWSER_PROCESS_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/asynchronous_policy_loader.h » ('j') | chrome/browser/policy/file_based_policy_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698