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

Unified Diff: content/common/notification_type.h

Issue 6677049: Comb up ownership things. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: c Created 9 years, 9 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698