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

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

Issue 9403010: Add support for kiosk mode on the client. Make sure the settings are written in the lockbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made registration fail on missing enrollment type. Created 8 years, 10 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 c0a032fe80c09ccf7e145657c35cfb4a931714e0..2dbbc7730e96418e3d4f4342ecae9293b3dc16e9 100644
--- a/chrome/browser/policy/device_token_fetcher.h
+++ b/chrome/browser/policy/device_token_fetcher.h
@@ -79,7 +79,10 @@ class DeviceTokenFetcher {
// Temporary error. Retry sooner.
STATE_TEMPORARY_ERROR,
// Server rejected the auth token.
- STATE_BAD_AUTH
+ STATE_BAD_AUTH,
+ // Server didn't send enrollment mode or the enrollment mode is not known to
+ // the client
+ STATE_BAD_ENROLLMENT_MODE,
};
// Common initialization helper.

Powered by Google App Engine
This is Rietveld 408576698