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

Unified Diff: ash/launcher/launcher_types.h

Issue 10386212: Add new attention state to launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index a8b67f8f0b368677980bf55e0ff6e155b0840c8e..6b55ec61eb2f7ebe076b6cf6854f70466e8c54e6 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -45,7 +45,8 @@ enum ASH_EXPORT LauncherItemType {
enum ASH_EXPORT LauncherItemStatus {
STATUS_CLOSED,
STATUS_RUNNING,
- STATUS_ACTIVE
+ STATUS_ACTIVE,
+ STATUS_ATTENTION
};
struct ASH_EXPORT LauncherItem {

Powered by Google App Engine
This is Rietveld 408576698