summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 22:04:40 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 22:04:40 +0000
commit91e1bd8b364d374372ab7be8c133ca03ffa1d2dd (patch)
treecc09b2d614599d8d3c3311d9a2080c071817f0f7 /chrome/common
parent673336b8ef5a8708d7d3fe0dc8c3daa8d12d4097 (diff)
downloadchromium_src-91e1bd8b364d374372ab7be8c133ca03ffa1d2dd.zip
chromium_src-91e1bd8b364d374372ab7be8c133ca03ffa1d2dd.tar.gz
chromium_src-91e1bd8b364d374372ab7be8c133ca03ffa1d2dd.tar.bz2
Add "loading..." message to theme install to counter jank.
BUG= http://crbug.com/17696 TEST= Install a theme. Note that a "loading" message appears to notify you that a theme is loading. Review URL: http://codereview.chromium.org/191011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 7625e51..9fa13ae 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -613,6 +613,12 @@ class NotificationType {
// details are an Extension*.
EXTENSION_UPDATE_DISABLED,
+ // Sent when a theme is ready to be installed, so we can alert the user.
+ EXTENSION_READY_FOR_INSTALL,
+
+ // Sent on ExtensionOverinstallAttempted when no theme is detected.
+ NO_THEME_DETECTED,
+
// Sent when a new theme is installed. The details are an Extension.
THEME_INSTALLED,