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

Unified Diff: ash/screen_ash.h

Issue 10979090: Simplify WorkAreaBounds access logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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 | « no previous file | ash/screen_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_ash.h
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 078b76575ffaecb482cbc71f81235905d57f85a7..27bddb991228b19e46e427c5710089fd2db7e554 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -31,10 +31,6 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen {
// Maximized windows trigger auto-hiding the shelf.
static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
- // Returns work area when a maximized window is not present in
- // parent coordinates.
- static gfx::Rect GetUnmaximizedWorkAreaBoundsInParent(aura::Window* window);
-
// Returns the display bounds in parent coordinates.
static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
« no previous file with comments | « no previous file | ash/screen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698