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

Unified Diff: ash/shell_window_ids.h

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: safer shutdown (status_area_widget_) Created 7 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/shell_unittest.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 465965e290f49bb172a5d97ff435b806706a2b26..a64858fccb52377f021e4922a451f062f3d88c49 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -53,8 +53,8 @@ const int kShellWindowId_AlwaysOnTopContainer = 7;
// The container for panel windows.
const int kShellWindowId_PanelContainer = 8;
-// The container for the launcher.
-const int kShellWindowId_LauncherContainer = 9;
+// The container for the shelf.
+const int kShellWindowId_ShelfContainer = 9;
// The container for the app list.
const int kShellWindowId_AppListContainer = 10;
« no previous file with comments | « ash/shell_unittest.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698