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

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 8702009: Add device status reports to policy requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove some now-dead code. Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/idle.h ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index 50d4462ff6751d1d0bcdeb4f4040395824be869f..4f2fcf605a3e48f3621b02ae7c6c77755d0eb7d8 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -139,10 +139,9 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// Initializes the device cloud policy infrasturcture.
void InitializeDevicePolicy();
- // Activates the device cloud policy subsystem. This will be posted as a task
- // from InitializeDevicePolicy since it needs to wait for the message loops to
- // be running.
- void InitializeDevicePolicySubsystem();
+ // Complete initialization once the message loops are running and the
+ // local_state is initialized.
+ void CompleteInitialization();
static ConfigurationPolicyProvider* CreateManagedPlatformProvider();
static ConfigurationPolicyProvider* CreateRecommendedPlatformProvider();
« no previous file with comments | « chrome/browser/idle.h ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698