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

Unified Diff: ash/launcher/launcher_types.h

Issue 9590001: Launch panels as popup windows in Aura, and add separate launcher icon logic for panels. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 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: ash/launcher/launcher_types.h
diff --git a/ash/launcher/launcher_types.h b/ash/launcher/launcher_types.h
index a8ddb317427c745b4faf585a62eb2ecf01ca4b03..64dba5fb3c1000c5e9d0f1a2124def605ecf3fdf 100644
--- a/ash/launcher/launcher_types.h
+++ b/ash/launcher/launcher_types.h
@@ -27,6 +27,9 @@ enum ASH_EXPORT LauncherItemType {
// Represents an app window.
TYPE_APP,
+ // Represents an app panel.
+ TYPE_PANEL,
+
// Toggles visiblity of the app list.
TYPE_APP_LIST,
« no previous file with comments | « no previous file | ash/launcher/launcher_view.cc » ('j') | chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698