Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5445)

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 7562008: Add new version of enrollment screen supporting OAuth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698