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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some cleanup. Created 9 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 04158456fffd8291cf6a6f8f5da0a7302ec83b05..4cf1b3c39bee54b5d2b3fa7e7e5fe211719751f4 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -37,6 +37,10 @@ class NotificationService;
class PluginDataRemover;
class TabCloseableStateWatcher;
+namespace policy{
+class BrowserPolicyConnector;
+};
Joao da Silva 2011/06/03 12:23:51 This is already forward-declared in browser_proces
sfeuz 2011/06/03 16:19:29 I think we should forward declare again here accor
+
// Real implementation of BrowserProcess that creates and returns the services.
class BrowserProcessImpl : public BrowserProcess,
public base::NonThreadSafe,

Powered by Google App Engine
This is Rietveld 408576698