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

Unified Diff: ash/root_window_controller.cc

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/ash.gyp ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
===================================================================
--- ash/root_window_controller.cc (revision 165163)
+++ ash/root_window_controller.cc (working copy)
@@ -106,8 +106,8 @@
internal::kShellWindowId_LockSystemModalContainer,
internal::kShellWindowId_InputMethodContainer,
};
- // For Workspace2 we need to manually reparent the windows. This way
- // Workspace2 can move the windows to the appropriate workspace.
+ // For workspace windows we need to manually reparent the windows. This way
+ // workspace can move the windows to the appropriate workspace.
std::vector<aura::Window*> windows(GetWorkspaceWindows(src));
internal::WorkspaceController* workspace_controller =
GetRootWindowController(dst)->workspace_controller();
« no previous file with comments | « ash/ash.gyp ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698