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

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

Issue 6821045: Connect enrollment screen to cloud policy subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Push machine model into correct proto field. 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.cc
diff --git a/chrome/browser/policy/user_policy_identity_strategy.cc b/chrome/browser/policy/user_policy_identity_strategy.cc
index 28bce1022bf460f7438ae6d1479a2117d3dcd4e5..645439af6e661e07729347c2182fe26d65f5b0fe 100644
--- a/chrome/browser/policy/user_policy_identity_strategy.cc
+++ b/chrome/browser/policy/user_policy_identity_strategy.cc
@@ -166,7 +166,11 @@ std::string UserPolicyIdentityStrategy::GetDeviceID() {
}
std::string UserPolicyIdentityStrategy::GetMachineID() {
- return "";
+ return std::string();
+}
+
+std::string UserPolicyIdentityStrategy::GetMachineModel() {
+ return std::string();
}
em::DeviceRegisterRequest_Type

Powered by Google App Engine
This is Rietveld 408576698