| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 68749)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -955,6 +955,10 @@
|
| // session. The source is the profile.
|
| EXTENSION_OMNIBOX_INPUT_ENTERED,
|
|
|
| + // Sent when an omnibox extension has updated the default suggestion. The
|
| + // source is the profile.
|
| + EXTENSION_OMNIBOX_DEFAULT_SUGGESTION_CHANGED,
|
| +
|
| // Sent when an extension changes a preference value. The source is the
|
| // profile, and the details are an ExtensionPrefStore::ExtensionPrefDetails
|
| // object.
|
|
|