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

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

Issue 6821045: Connect enrollment screen to cloud policy subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests... Created 9 years, 8 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
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.h ('k') | chrome/browser/policy/cloud_policy_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.h ('k') | chrome/browser/policy/cloud_policy_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698