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

Unified Diff: ash/root_window_controller.cc

Issue 12220026: ash: Do not allow minimizing windows in login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add-test Created 7 years, 10 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.h ('k') | ash/wm/gestures/two_finger_drag_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 97cdf4a806e2b51566c7d1a9c87a9c20a4686ae6..19132d0fbea5a4433ceadbb4ec146919e1b61349 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -186,7 +186,8 @@ RootWindowController* RootWindowController::ForLauncher(aura::Window* window) {
}
// static
-RootWindowController* RootWindowController::ForWindow(aura::Window* window) {
+RootWindowController* RootWindowController::ForWindow(
+ const aura::Window* window) {
return GetRootWindowController(window->GetRootWindow());
}
« no previous file with comments | « ash/root_window_controller.h ('k') | ash/wm/gestures/two_finger_drag_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698