| 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 66cc0c9791ba20cdb242a389eaaec215a3f0b00a..e9a7274b40d5f6f8cb3d0eebbcce6887699135fa 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -68,9 +68,13 @@ class BrowserPolicyConnector : public content::NotificationObserver {
|
| return user_cloud_policy_subsystem_.get();
|
| }
|
|
|
| - // Triggers registration for device policy.
|
| + // Triggers registration for device policy, using the |owner_email| account.
|
| + // |token| is an oauth token to authenticate the registration request, and
|
| + // |is_auto_enrollment| is true if this registration has been automatically
|
| + // triggered.
|
| void RegisterForDevicePolicy(const std::string& owner_email,
|
| - const std::string& token);
|
| + const std::string& token,
|
| + bool is_auto_enrollment);
|
|
|
| // Returns true if this device is managed by an enterprise (as opposed to
|
| // a local owner).
|
|
|