| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 7dbebde32cc1ecf9a330e08c0c3f9a4f8338e9ba..67c788b94d29be0b0ed42337016305da823cb1a1 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
|
|
|