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

Unified Diff: chrome/browser/chromeos/policy/server_backed_device_state.h

Issue 690643002: Add RESTORE_MODE_DISABLED to RestoreMode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/chromeos/policy/server_backed_device_state.h
diff --git a/chrome/browser/chromeos/policy/server_backed_device_state.h b/chrome/browser/chromeos/policy/server_backed_device_state.h
index 3581617993407717a0c18fd5ddce5f8920f21917..2c183864b56a13addbf965032a4e4e092792fdd7 100644
--- a/chrome/browser/chromeos/policy/server_backed_device_state.h
+++ b/chrome/browser/chromeos/policy/server_backed_device_state.h
@@ -10,12 +10,12 @@ namespace policy {
// Dictionary key constants for prefs::kServerBackedDeviceState.
extern const char kDeviceStateManagementDomain[];
extern const char kDeviceStateRestoreMode[];
-extern const char kDeviceStateDisabled[];
extern const char kDeviceStateDisabledMessage[];
// Values for kDeviceStateRestoreMode.
extern const char kDeviceStateRestoreModeReEnrollmentEnforced[];
extern const char kDeviceStateRestoreModeReEnrollmentRequested[];
+extern const char kDeviceStateRestoreModeDisabled[];
Mattias Nissler (ping if slow) 2014/10/29 17:41:35 Are we positive behavior will be identical for bot
bartfab (slow) 2014/10/30 14:10:32 Yes, we are positive on that. The UI designers are
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698