Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index 0cb27cc650051f4dece29612e3f45ea73e239ec5..f04c2107dead482d1ba9c0477e5a5aa13b6fb1bd 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -1259,8 +1259,8 @@ class NotificationType { |
// os device has failed. |
OWNER_KEY_FETCH_ATTEMPT_FAILED, |
- // Sent after device was successfully owned. |
- OWNERSHIP_TAKEN, |
+ // Sent after UserManager checked ownership status of logged in user. |
+ OWNERSHIP_CHECKED, |
// This is sent to a ChromeOS settings observer when a system setting is |
// changed. The source is the CrosSettings and the details a std::string of |