diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 20:57:33 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 20:57:33 +0000 |
commit | ef0e32cc3e739c6ec518070329e35e90b8994891 (patch) | |
tree | f23ab6e0cdda97e8045e7ee565d4290101bc3fb1 /ash/shell_window_ids.h | |
parent | f809d3bb86532d666d6094497b5b7f93f3b32a9e (diff) | |
download | chromium_src-ef0e32cc3e739c6ec518070329e35e90b8994891.zip chromium_src-ef0e32cc3e739c6ec518070329e35e90b8994891.tar.gz chromium_src-ef0e32cc3e739c6ec518070329e35e90b8994891.tar.bz2 |
Renames Workspace*2 -> Workspace*.
BUG=none
TEST=none
R=ben@chromium.org
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/11293014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_window_ids.h')
-rw-r--r-- | ash/shell_window_ids.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h index 2d73152..0a15aeb 100644 --- a/ash/shell_window_ids.h +++ b/ash/shell_window_ids.h @@ -36,12 +36,11 @@ const int kShellWindowId_UnparentedControlContainer = 3; // 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. |