Index: chrome/browser/chrome_notification_types.h |
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
index fe1a6f29d77cae682e0f58c959ee58e7c9f457c1..a6942a93214212fa1ab30268f17471e557543465 100644 |
--- a/chrome/browser/chrome_notification_types.h |
+++ b/chrome/browser/chrome_notification_types.h |
@@ -388,11 +388,6 @@ enum NotificationType { |
// unloaded and reloaded. The source is a Profile. |
NOTIFICATION_EXTENSIONS_READY, |
- // Sent when an extension icon being displayed in the location bar is updated. |
- // The source is the Profile and the details are the WebContents for |
- // the tab. |
- NOTIFICATION_EXTENSION_LOCATION_BAR_UPDATED, |
- |
// DEPRECATED: Use ExtensionRegistry::AddObserver instead. |
// |
// Sent when a new extension is loaded. The details are an Extension, and |