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

Unified Diff: ash/launcher/launcher_model.cc

Issue 12288012: Showing launcher items for windowed v1 apps - pinned or not. Also - don't show windowed v1 apps in … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing build breakage with clang Created 7 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
« no previous file with comments | « no previous file | ash/launcher/launcher_navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_model.cc
diff --git a/ash/launcher/launcher_model.cc b/ash/launcher/launcher_model.cc
index 3c1e768f2748e3625aa3ed873af27346eecc0f9c..f3581fe462058b11d06e44066d662b6a3c95e653 100644
--- a/ash/launcher/launcher_model.cc
+++ b/ash/launcher/launcher_model.cc
@@ -17,6 +17,7 @@ int LauncherItemTypeToWeight(LauncherItemType type) {
case TYPE_BROWSER_SHORTCUT:
return 0;
case TYPE_APP_SHORTCUT:
+ case TYPE_WINDOWED_APP:
return 1;
case TYPE_TABBED:
case TYPE_PLATFORM_APP:
« no previous file with comments | « no previous file | ash/launcher/launcher_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698