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

Unified Diff: chrome/browser/policy/device_token_fetcher.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/device_token_fetcher.h
diff --git a/chrome/browser/policy/device_token_fetcher.h b/chrome/browser/policy/device_token_fetcher.h
index cd5ddeeb9cc3108cce5cb7d06303fb99148ed23f..fb69e2a66b3eb986d8935b0046534b79f49fd9d1 100644
--- a/chrome/browser/policy/device_token_fetcher.h
+++ b/chrome/browser/policy/device_token_fetcher.h
@@ -55,7 +55,8 @@ class DeviceTokenFetcher
virtual void FetchToken(const std::string& auth_token,
const std::string& device_id,
em::DeviceRegisterRequest_Type policy_type,
- const std::string& machine_id);
+ const std::string& machine_id,
+ const std::string& machine_model);
virtual void SetUnmanagedState();
@@ -150,6 +151,8 @@ class DeviceTokenFetcher
em::DeviceRegisterRequest_Type policy_type_;
// Contains physical machine id to send to the server.
std::string machine_id_;
+ // Contains physical machine model to send to server.
+ std::string machine_model_;
// Task that has been scheduled to retry fetching a token.
CancelableTask* retry_task_;
« no previous file with comments | « chrome/browser/policy/device_policy_identity_strategy.cc ('k') | chrome/browser/policy/device_token_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698