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

Unified Diff: ash/wm/property_util.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/wm/gestures/two_finger_drag_handler.cc ('k') | ash/wm/property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/property_util.h
diff --git a/ash/wm/property_util.h b/ash/wm/property_util.h
index 0d70fb4de302fac8d2a22dac85f611ed445f451a..97d7b24b4cac6f16b0e5e867f407ec34e29b82bf 100644
--- a/ash/wm/property_util.h
+++ b/ash/wm/property_util.h
@@ -85,7 +85,7 @@ ASH_EXPORT void SetRootWindowController(
aura::RootWindow* root_window,
internal::RootWindowController* controller);
ASH_EXPORT internal::RootWindowController* GetRootWindowController(
- aura::RootWindow* root_window);
+ const aura::RootWindow* root_window);
}
« no previous file with comments | « ash/wm/gestures/two_finger_drag_handler.cc ('k') | ash/wm/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698