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

Unified Diff: ash/common/wm/overview/window_selector_controller.cc

Issue 2273103003: [ash-md] Cancels overview mode before switching user profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Cancels overview mode before switching user profiles (nit) Created 4 years, 4 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
Index: ash/common/wm/overview/window_selector_controller.cc
diff --git a/ash/common/wm/overview/window_selector_controller.cc b/ash/common/wm/overview/window_selector_controller.cc
index f718388defa5b5a5836aad2d88350767d989f013..17810f1779e306d2460ce4a46f6a73c1a76f56ef 100644
--- a/ash/common/wm/overview/window_selector_controller.cc
+++ b/ash/common/wm/overview/window_selector_controller.cc
@@ -68,7 +68,7 @@ void WindowSelectorController::ToggleOverview() {
}
}
-bool WindowSelectorController::IsSelecting() {
+bool WindowSelectorController::IsSelecting() const {
return window_selector_.get() != NULL;
}
« no previous file with comments | « ash/common/wm/overview/window_selector_controller.h ('k') | chrome/browser/ui/ash/multi_user/user_switch_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698