Chromium Code Reviews| 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 f1d6d65919d6b5b1e13009cebe49d9604025319d..4ff161a8c8331c8104e2d88fd8862b795dd750a1 100644 |
| --- a/chrome/browser/policy/browser_policy_connector.h |
| +++ b/chrome/browser/policy/browser_policy_connector.h |
| @@ -64,7 +64,8 @@ class BrowserPolicyConnector : public NotificationObserver { |
| // Used to set the credentials stored in the data store associated |
| // with this policy connector. |
|
whywhat
2011/08/03 17:48:03
Should the comment be updated about agreement on t
Mattias Nissler (ping if slow)
2011/08/04 09:58:59
Done.
|
| void SetDeviceCredentials(const std::string& owner_email, |
| - const std::string& gaia_token); |
| + const std::string& gaia_token, |
| + const std::string& oauth_token); |
| // Returns true if this device is managed by an enterprise (as opposed to |
| // a local owner). |