| 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.
|
|
|