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

Unified Diff: chrome/common/notification_type.h

Issue 3058021: OwnerManager, allows use of OwnerKeyUtils to take ownership of a device (Closed)
Patch Set: added a lot of comments per gauravsh Created 10 years, 5 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/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 36aca8b8ff6c347a502cdba907faad056a59f40b..188f3b92f53267181a5d9568a82eee66824946f5 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -1068,6 +1068,10 @@ class NotificationType {
// in chrome/browser/chromeos/network_state_notifier.h.
// TODO(oshima): Port this to all platforms.
NETWORK_STATE_CHANGED,
+
+ // Sent when an attempt to acquire the public key of the owner of a chromium
+ // os device has completed. Details are a boolean value indicating success.
+ OWNER_KEY_FETCH_ATTEMPT_COMPLETE,
#endif
// Sent before the repost form warning is brought up.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698