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

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

Issue 6882038: Move writing information to the lockbox after registering with the DM server. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reverted some whitespaces. Created 9 years, 8 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/policy/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index de4af727ed977dfc275972d185e6cc3e0b307dd0..9567f27103dfead085ef722b375236020349df61 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -66,6 +66,9 @@ class BrowserPolicyConnector {
// retrying behavior.
void StopAutoRetry();
+ // Initiates a policy fetch after a successful device registration.
+ void FetchPolicy();
+
private:
friend class ::TestingBrowserProcess;

Powered by Google App Engine
This is Rietveld 408576698