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

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: 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/user_policy_identity_strategy.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/policy/user_policy_identity_strategy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698