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

Unified Diff: ash/switchable_windows.cc

Issue 1011283004: AppList shouldn't be dismissed when an app is uninstalled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/switchable_windows.cc
diff --git a/ash/switchable_windows.cc b/ash/switchable_windows.cc
index 8d503aa6f20e3a35cf21d3ce4737c6401707cc4b..e735c32b3fac2b0179e2c83ca297115b934ffeb7 100644
--- a/ash/switchable_windows.cc
+++ b/ash/switchable_windows.cc
@@ -10,8 +10,10 @@
namespace ash {
const int kSwitchableWindowContainerIds[] = {
- kShellWindowId_DefaultContainer, kShellWindowId_AlwaysOnTopContainer,
- kShellWindowId_PanelContainer};
+ kShellWindowId_DefaultContainer,
+ kShellWindowId_AlwaysOnTopContainer,
+ kShellWindowId_PanelContainer,
+ kShellWindowId_AppListContainer};
const size_t kSwitchableWindowContainerIdsLength =
arraysize(kSwitchableWindowContainerIds);
« no previous file with comments | « ash/shelf/shelf_layout_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698