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

Unified Diff: ash/wm/window_util.cc

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal Created 4 years, 6 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/window_util.h ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_util.cc
diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
index ec27d21ada41a17c1efeb01fe453990059ef4c4f..09eadb5d6d65ec3730c18fdba93c928469665263 100644
--- a/ash/wm/window_util.cc
+++ b/ash/wm/window_util.cc
@@ -58,10 +58,6 @@ bool CanActivateWindow(aura::Window* window) {
return ::wm::CanActivateWindow(window);
}
-bool IsWindowMinimized(aura::Window* window) {
- return ash::wm::GetWindowState(window)->IsMinimized();
-}
-
bool IsWindowUserPositionable(aura::Window* window) {
return GetWindowState(window)->IsUserPositionable();
}
« no previous file with comments | « ash/wm/window_util.h ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698