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

Unified Diff: chrome/browser/policy/cloud_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/cloud_policy_identity_strategy.h
diff --git a/chrome/browser/policy/cloud_policy_identity_strategy.h b/chrome/browser/policy/cloud_policy_identity_strategy.h
index 1b4db766fa478ec2233e944664aa176e201a9843..0b4e213bbb0aee3c4e1da5aede0d85f0bfdf7289 100644
--- a/chrome/browser/policy/cloud_policy_identity_strategy.h
+++ b/chrome/browser/policy/cloud_policy_identity_strategy.h
@@ -52,6 +52,9 @@ class CloudPolicyIdentityStrategy {
// Returns physical machine ID for this device.
virtual std::string GetMachineID() = 0;
+ // Returns physical machine model for this device.
+ virtual std::string GetMachineModel() = 0;
+
// Returns the policy type to be used for registering at the device management
// server.
virtual em::DeviceRegisterRequest_Type GetPolicyRegisterType() = 0;
« no previous file with comments | « chrome/browser/policy/cloud_policy_controller_unittest.cc ('k') | chrome/browser/policy/device_policy_identity_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698