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

Unified Diff: chrome/browser/policy/cloud_policy_data_store.h

Issue 9233008: Flag auto-enrollment register requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 11 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/browser_policy_connector.cc ('k') | chrome/browser/policy/cloud_policy_data_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/cloud_policy_data_store.h
diff --git a/chrome/browser/policy/cloud_policy_data_store.h b/chrome/browser/policy/cloud_policy_data_store.h
index 34ecae71c2e1248cca2152cedd4461121593f10e..bbcb9f2f5c095b72288d695148c897169af8e746 100644
--- a/chrome/browser/policy/cloud_policy_data_store.h
+++ b/chrome/browser/policy/cloud_policy_data_store.h
@@ -75,6 +75,7 @@ class CloudPolicyDataStore {
void set_machine_model(const std::string& machine_model);
void set_user_name(const std::string& user_name);
void set_user_affiliation(UserAffiliation user_affiliation);
+ void set_known_machine_id(bool known_machine_id);
#if defined(OS_CHROMEOS)
void set_device_status_collector(DeviceStatusCollector* collector);
@@ -94,6 +95,7 @@ class CloudPolicyDataStore {
bool token_cache_loaded() const;
const std::string& user_name() const;
UserAffiliation user_affiliation() const;
+ bool known_machine_id() const;
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
@@ -124,6 +126,7 @@ class CloudPolicyDataStore {
std::string device_id_;
std::string machine_model_;
std::string machine_id_;
+ bool known_machine_id_;
bool token_cache_loaded_;
« no previous file with comments | « chrome/browser/policy/browser_policy_connector.cc ('k') | chrome/browser/policy/cloud_policy_data_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698