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

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

Issue 10092010: Add CloudPolicyService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 7 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_constants.h
diff --git a/chrome/browser/policy/cloud_policy_constants.h b/chrome/browser/policy/cloud_policy_constants.h
index fca7cf84f91b56712f88892e980a0e41b6b279ef..d42f59335a12e9dbe80d451bb6e9c5190b5cff51 100644
--- a/chrome/browser/policy/cloud_policy_constants.h
+++ b/chrome/browser/policy/cloud_policy_constants.h
@@ -90,6 +90,12 @@ enum DeviceMode {
DEVICE_MODE_KIOSK, // The device is enrolled as kiosk/retail device.
};
+// Cloud policy status codes.
+enum CloudPolicyStatus {
+ // No errors.
+ CLOUD_POLICY_STATUS_SUCCESS,
Joao da Silva 2012/05/22 22:01:44 Is this needed? Haven't found a use for it, except
Mattias Nissler (ping if slow) 2012/05/24 10:12:25 The intention here is to put some code that figure
+};
+
} // namespace policy
#endif // CHROME_BROWSER_POLICY_CLOUD_POLICY_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/policy/cloud_policy_service.h » ('j') | chrome/browser/policy/cloud_policy_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698