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

Unified Diff: ash/wm/ash_focus_rules.cc

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: ash/wm/ash_focus_rules.cc
diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc
index 5e1c6058efbbd6be23b1bf5ec814bd9e08e92b64..33829993dda95370dcb9767e58e7ea414cc555ee 100644
--- a/ash/wm/ash_focus_rules.cc
+++ b/ash/wm/ash_focus_rules.cc
@@ -28,7 +28,7 @@ const int kWindowContainerIds[] = {
// containers even though these layers are higher. The user expects their
// windows to be focused before these elements.
internal::kShellWindowId_PanelContainer,
- internal::kShellWindowId_LauncherContainer,
+ internal::kShellWindowId_ShelfContainer,
internal::kShellWindowId_StatusContainer,
};

Powered by Google App Engine
This is Rietveld 408576698