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

Unified Diff: ash/wm/property_util.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/wm/property_util.h ('k') | ash/wm/toplevel_window_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/property_util.cc
diff --git a/ash/wm/property_util.cc b/ash/wm/property_util.cc
index 43fabc2b9754c71922b92509cb95d58cdcf63dd4..d1240b68154304c65a8b597e9340aca37f0fb64c 100644
--- a/ash/wm/property_util.cc
+++ b/ash/wm/property_util.cc
@@ -92,7 +92,7 @@ void SetDefaultPersistsAcrossAllWorkspaces(bool value) {
}
internal::RootWindowController* GetRootWindowController(
- aura::RootWindow* root_window) {
+ const aura::RootWindow* root_window) {
return root_window ?
root_window->GetProperty(internal::kRootWindowControllerKey) : NULL;
}
« no previous file with comments | « ash/wm/property_util.h ('k') | ash/wm/toplevel_window_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698