| 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..adb0c8c821cc20b87371328b01aa1d67c88431d1 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
|
| + // |known_machine_id| is true if the server should do additional checks based
|
| + // on the machine_id used for the request.
|
| void RegisterForDevicePolicy(const std::string& owner_email,
|
| - const std::string& token);
|
| + const std::string& token,
|
| + bool known_machine_id);
|
|
|
| // Returns true if this device is managed by an enterprise (as opposed to
|
| // a local owner).
|
|
|