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

Unified Diff: ash/wm/window_util.h

Issue 23471004: Only support left/right maximizing at 50% width when the --ash-enable-alternate-caption-button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up unittests + varkha@'s suggestions Created 7 years, 4 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
Index: ash/wm/window_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index 6822a77f32ebb8b62ee9c552894edfbca6d06c0d..b6272b51295667018a0f18fb9fe14e7238dcea09 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -52,9 +52,6 @@ ASH_EXPORT bool CanMinimizeWindow(const aura::Window* window);
// Returns true if |window| can be resized.
ASH_EXPORT bool CanResizeWindow(const aura::Window* window);
-// Returns true if |window| can be snapped to the left or right.
-ASH_EXPORT bool CanSnapWindow(aura::Window* window);
-
// Returns true if |window| is normal or default.
ASH_EXPORT bool IsWindowNormal(const aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698