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

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

Issue 5388001: Tweaks to POST request to device management server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « no previous file | chrome/browser/policy/device_management_backend_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_backend.h
diff --git a/chrome/browser/policy/device_management_backend.h b/chrome/browser/policy/device_management_backend.h
index 95ad0954d82f893ff6536f2fc44dc115b3baa981..24e7315944fa588bf5896ec81977a53a93adfa0e 100644
--- a/chrome/browser/policy/device_management_backend.h
+++ b/chrome/browser/policy/device_management_backend.h
@@ -39,6 +39,8 @@ class DeviceManagementBackend : NonThreadSafe {
kErrorServiceManagementTokenInvalid,
// Service error: Activation pending.
kErrorServiceActivationPending,
+ // Service error: Policy not found.
+ kErrorServicePolicyNotFound,
};
class DeviceRegisterResponseDelegate {
« no previous file with comments | « no previous file | chrome/browser/policy/device_management_backend_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698