| 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 93995c8ae96674b3f275f8dda517976493e9621b..b37b519d5dbcece9252fc94708915b4eac95e0c6 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -54,8 +54,7 @@ class BrowserPolicyConnector : public NotificationObserver {
|
| // Used to set the credentials stored in the identity strategy associated
|
| // with this policy connector.
|
| void SetCredentials(const std::string& owner_email,
|
| - const std::string& gaia_token,
|
| - const std::string& machine_id);
|
| + const std::string& gaia_token);
|
|
|
| // Returns true if this device is managed by an enterprise (as opposed to
|
| // a local owner).
|
|
|