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

Unified Diff: ash/root_window_controller.h

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/accelerators/accelerator_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 2dae441f99f69c1b27bfe93ad11a31bfb8a28883..4c6356b72a637d1b94859867c3c4ab65dec0ee37 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -65,7 +65,7 @@ class ASH_EXPORT RootWindowController {
static RootWindowController* ForLauncher(aura::Window* window);
// Returns a RootWindowController of the window's root window.
- static RootWindowController* ForWindow(aura::Window* window);
+ static RootWindowController* ForWindow(const aura::Window* window);
// Returns the RootWindowController of the active root window.
static internal::RootWindowController* ForActiveRootWindow();
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698