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

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

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
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).
« no previous file with comments | « chrome/browser/chromeos/login/enterprise_enrollment_view.cc ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698