Index: chrome/browser/policy/cloud_policy_subsystem.h |
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h |
index e1ac373808879a887b4bc6bd9d9ba8ae174a11ee..f15142b73f2580f99d9f0f0f1e68eaf6dae62795 100644 |
--- a/chrome/browser/policy/cloud_policy_subsystem.h |
+++ b/chrome/browser/policy/cloud_policy_subsystem.h |
@@ -40,6 +40,7 @@ class CloudPolicySubsystem |
UNMANAGED, // This device is unmanaged. |
NETWORK_ERROR, // A network error occurred, retrying makes sense. |
LOCAL_ERROR, // Retrying is futile. |
+ TOKEN_FETCHED, // Device has been successfully registered. |
SUCCESS // Policy has been fetched successfully and is in effect. |
}; |