Chromium Code Reviews| Index: chrome/common/chrome_notification_types.h |
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
| index 86c556a4b394db7f0045e9f637f0216c934f3b61..985ab9ee7482c3a9e62d569900d6dfa72097c85b 100644 |
| --- a/chrome/common/chrome_notification_types.h |
| +++ b/chrome/common/chrome_notification_types.h |
| @@ -148,10 +148,6 @@ enum NotificationType { |
| // not found. |
| NOTIFICATION_FIND_RESULT_AVAILABLE, |
| - // Sent just before the installation confirm dialog is shown. The source |
| - // is the ExtensionInstallUI, the details are NoDetails. |
| - NOTIFICATION_EXTENSION_WILL_SHOW_CONFIRM_DIALOG, |
|
jstritar
2012/04/16 20:53:37
This wasn't being used by anyone... I can leave it
|
| - |
| // BackgroundContents ------------------------------------------------------ |
| // A new background contents was opened by script. The source is the parent |