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

Unified Diff: ash/common/shelf/shelf_item_types.h

Issue 2518423003: Combine shelf platform and windowed app types. (Closed)
Patch Set: Refinements and cleanup. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | ash/common/shelf/shelf_model.cc » ('j') | ash/shelf/shelf_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_item_types.h
diff --git a/ash/common/shelf/shelf_item_types.h b/ash/common/shelf/shelf_item_types.h
index c09a06433649dd44bea3f47b2d39fa74e8b01551..2f05e8c5f60be906eb70d0da6a978ae0f486225d 100644
--- a/ash/common/shelf/shelf_item_types.h
+++ b/ash/common/shelf/shelf_item_types.h
@@ -30,11 +30,8 @@ enum ShelfItemType {
// The browser shortcut button.
TYPE_BROWSER_SHORTCUT,
- // Represents a platform app.
- TYPE_PLATFORM_APP,
-
- // Represents a windowed V1 browser app.
- TYPE_WINDOWED_APP,
+ // Represents an app (platform/V2 or windowed V1 browser).
+ TYPE_APP,
Mr4D (OOO till 08-26) 2016/11/23 23:11:51 We should probably name this TYPE_WEB_APP - or TYP
msw 2016/11/24 00:00:54 I don't think we should add another item type for
Mr4D (OOO till 08-26) 2016/11/24 02:21:33 See longer eMail.
// Represents a dialog.
TYPE_DIALOG,
« no previous file with comments | « no previous file | ash/common/shelf/shelf_model.cc » ('j') | ash/shelf/shelf_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698