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

Unified Diff: chrome/browser/policy/user_policy_identity_strategy.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/user_policy_identity_strategy.h
diff --git a/chrome/browser/policy/user_policy_identity_strategy.h b/chrome/browser/policy/user_policy_identity_strategy.h
index 7887adec1c596506db50e9cf5f52a63aa9be11b9..8b192bfa1502bc6f5c00ec699bbc7058f36084ee 100644
--- a/chrome/browser/policy/user_policy_identity_strategy.h
+++ b/chrome/browser/policy/user_policy_identity_strategy.h
@@ -34,6 +34,7 @@ class UserPolicyIdentityStrategy : public CloudPolicyIdentityStrategy,
virtual std::string GetDeviceToken() OVERRIDE;
virtual std::string GetDeviceID() OVERRIDE;
virtual std::string GetMachineID() OVERRIDE;
+ virtual std::string GetMachineModel() OVERRIDE;
virtual em::DeviceRegisterRequest_Type GetPolicyRegisterType() OVERRIDE;
virtual std::string GetPolicyType() OVERRIDE;
virtual bool GetCredentials(std::string* username,
« no previous file with comments | « chrome/browser/policy/proto/device_management_constants.cc ('k') | chrome/browser/policy/user_policy_identity_strategy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698