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

Unified Diff: ash/shell_window_ids.h

Issue 11293014: Renames Workspace*2 -> Workspace*. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/root_window_controller.cc ('k') | ash/wm/activation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_window_ids.h
===================================================================
--- ash/shell_window_ids.h (revision 165163)
+++ ash/shell_window_ids.h (working copy)
@@ -36,12 +36,11 @@
// The desktop background window.
const int kShellWindowId_DesktopBackgroundContainer = 4;
-// TODO(sky): rename kShellWindowId_DefaultContainer when Workspace2 is the
-// default.
+// TODO(sky): rename kShellWindowId_DefaultContainer.
// The container for standard top-level windows.
-// WARNING: when Workspace2 is enabled the only children of
-// kShellWindowId_DefaultContainer are kShellWindowId_WorkspaceContainer.
+// WARNING: the only children of kShellWindowId_DefaultContainer are
+// kShellWindowId_WorkspaceContainer.
const int kShellWindowId_DefaultContainer = 5;
// Used by Worskpace2 for each workspace. Contains standard top-level windows.
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/wm/activation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698