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

Unified Diff: ash/wm/activation_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/shell_window_ids.h ('k') | ash/wm/window_cycle_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/activation_controller.cc
===================================================================
--- ash/wm/activation_controller.cc (revision 165163)
+++ ash/wm/activation_controller.cc (working copy)
@@ -357,7 +357,7 @@
aura::Window* ActivationController::GetTopmostWindowToActivateInContainer(
aura::Window* container,
aura::Window* ignore) const {
- // Workspace2 has an extra level of windows that needs to be special cased.
+ // Workspace has an extra level of windows that needs to be special cased.
if (container->id() == kShellWindowId_DefaultContainer) {
for (aura::Window::Windows::const_reverse_iterator i =
container->children().rbegin();
« no previous file with comments | « ash/shell_window_ids.h ('k') | ash/wm/window_cycle_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698