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

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

Issue 10885015: Implement new-style CloudPolicyStore for Chrome OS device policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_store.h
diff --git a/chrome/browser/policy/cloud_policy_store.h b/chrome/browser/policy/cloud_policy_store.h
index c79610bc6b62928be796bcea707bd7be0e69f8bc..b64af63fd516f81b0b08d7bf7fbc4f8e9c4dba71 100644
--- a/chrome/browser/policy/cloud_policy_store.h
+++ b/chrome/browser/policy/cloud_policy_store.h
@@ -36,6 +36,8 @@ class CloudPolicyStore {
STATUS_SERIALIZE_ERROR,
// Validation error.
STATUS_VALIDATION_ERROR,
+ // Store cannot accept policy (e.g. non-enterprise device).
+ STATUS_BAD_STATE,
};
// Callbacks for policy store events. Most importantly, policy updates.

Powered by Google App Engine
This is Rietveld 408576698