Index: chrome/common/notification_type.h |
=================================================================== |
--- chrome/common/notification_type.h (revision 75613) |
+++ chrome/common/notification_type.h (working copy) |
@@ -288,7 +288,8 @@ |
// Send after the code is run in specified tab. |
TAB_CODE_EXECUTED, |
- // The user has changed the browser theme. |
+ // The user has changed the browser theme. The source is a |
+ // BrowserThemeProvider, and the details are an Extension. |
BROWSER_THEME_CHANGED, |
// Sent when the renderer returns focus to the browser, as part of focus |
@@ -861,10 +862,6 @@ |
// Sent when an extension install turns out to not be a theme. |
NO_THEME_DETECTED, |
- // Sent when a new theme is installed. The details are an Extension, and the |
- // source is a Profile. |
- THEME_INSTALLED, |
- |
// Sent when new extensions are installed. The details are an Extension, and |
// the source is a Profile. |
EXTENSION_INSTALLED, |