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

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

Issue 10628008: If there is a device id use that instead of a new one for re-enrolling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 cd85c2f1d098fb8cd30a1d3b60ef227bd09027c3..98010ee75d8be8f51c4f0d90b28707ac47c6291c 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -78,7 +78,8 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// on the machine_id used for the request.
void RegisterForDevicePolicy(const std::string& owner_email,
const std::string& token,
- bool known_machine_id);
+ bool known_machine_id,
+ bool reregister);
// Returns true if this device is managed by an enterprise (as opposed to
// a local owner).

Powered by Google App Engine
This is Rietveld 408576698