| Index: chrome/browser/policy/browser_policy_connector.cc
|
| diff --git a/chrome/browser/policy/browser_policy_connector.cc b/chrome/browser/policy/browser_policy_connector.cc
|
| index df75c9b11b108ec9ab82b79750a4f70734487aef..f6d37116fb66dea3756a526b9f2b120194fea028 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.cc
|
| +++ b/chrome/browser/policy/browser_policy_connector.cc
|
| @@ -139,11 +139,10 @@ void BrowserPolicyConnector::RegisterPrefs(PrefService* local_state) {
|
| }
|
|
|
| void BrowserPolicyConnector::SetCredentials(const std::string& owner_email,
|
| - const std::string& gaia_token,
|
| - const std::string& machine_id) {
|
| + const std::string& gaia_token) {
|
| #if defined(OS_CHROMEOS)
|
| if (identity_strategy_.get())
|
| - identity_strategy_->SetAuthCredentials(owner_email, gaia_token, machine_id);
|
| + identity_strategy_->SetAuthCredentials(owner_email, gaia_token);
|
| #endif
|
| }
|
|
|
|
|