| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index a89ce0f75e965771023b2f32292682a67c2b8944..b0eb519ecbdaa67ee272a94895825fe12dd76915 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -638,8 +638,8 @@ enum NotificationType {
|
| NOTIFICATION_EXTENSION_DOWNLOADS_EVENT,
|
|
|
| // Sent when an omnibox extension has sent back omnibox suggestions. The
|
| - // source is the profile, and the details are an ExtensionOmniboxSuggestions
|
| - // object.
|
| + // source is the profile, and the details are an
|
| + // extensions::api::omnibox::SendSuggestions::Params object.
|
| NOTIFICATION_EXTENSION_OMNIBOX_SUGGESTIONS_READY,
|
|
|
| // Sent when the user accepts the input in an extension omnibox keyword
|
|
|