| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 7c19c9e90fa34f86cb281f34ab1e241a23106f19..f07cb59d4d0cfad857359fd6e64364f1a4b7305e 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -476,11 +476,6 @@ class NotificationType {
|
| // NoDetails.
|
| BOOKMARK_BAR_VISIBILITY_PREF_CHANGED,
|
|
|
| - // This is sent when the user's preference (for when the extension shelf
|
| - // should be shown) changes. The source is the profile, and the details are
|
| - // NoDetails.
|
| - EXTENSION_SHELF_VISIBILITY_PREF_CHANGED,
|
| -
|
| // Sent just before the installation confirm dialog is shown. The source
|
| // is the ExtensionInstallUI, the details are NoDetails.
|
| EXTENSION_WILL_SHOW_CONFIRM_DIALOG,
|
| @@ -845,9 +840,6 @@ class NotificationType {
|
| // during browser shutdown.
|
| EXTENSION_PROCESS_TERMINATED,
|
|
|
| - // Sent when the contents or order of toolstrips in the shelf model change.
|
| - EXTENSION_SHELF_MODEL_CHANGED,
|
| -
|
| // Sent when a background page is ready so other components can load.
|
| EXTENSION_BACKGROUND_PAGE_READY,
|
|
|
|
|