Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3827)

Unified Diff: chrome/common/notification_type.h

Issue 6546072: Clean up how we handle themes in the extensions system and management API.... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/test/data/extensions/management/themes/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698