| 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).
|
|
|