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

Unified Diff: chrome/browser/browser_process.h

Issue 6312121: Add initial device policy infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix race condition and tests. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index d419d875b37576a0958bf62d922fcba5dd53a0b5..18997d93afaf623b70d2a855a920f266905328ae 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -50,7 +50,7 @@ class PrintPreviewTabController;
}
namespace policy {
-class ConfigurationPolicyProviderKeeper;
+class BrowserPolicyContext;
}
namespace ui {
@@ -114,8 +114,7 @@ class BrowserProcess {
virtual base::Thread* background_x11_thread() = 0;
#endif
- virtual policy::ConfigurationPolicyProviderKeeper*
- configuration_policy_provider_keeper() = 0;
+ virtual policy::BrowserPolicyContext* browser_policy_context() = 0;
virtual IconManager* icon_manager() = 0;
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698