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

Unified Diff: ash/wm/shelf_layout_manager.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 | « ash/screen_ash_unittest.cc ('k') | ash/wm/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/shelf_layout_manager.h
diff --git a/ash/wm/shelf_layout_manager.h b/ash/wm/shelf_layout_manager.h
index b5a41117a438a02fcd9cebbdc3aa4afb0b868e61..c0b57f841283e938f65579dbdb2b4c095704e96b 100644
--- a/ash/wm/shelf_layout_manager.h
+++ b/ash/wm/shelf_layout_manager.h
@@ -214,10 +214,6 @@ class ASH_EXPORT ShelfLayoutManager :
bool is_screen_locked;
};
- // Returns the bounds the specified window should be when maximized.
- gfx::Rect GetMaximizedWindowBounds(aura::Window* window);
- gfx::Rect GetUnmaximizedWorkAreaBounds(aura::Window* window);
-
// Sets the visibility of the shelf to |state|.
void SetState(VisibilityState visibility_state);
« no previous file with comments | « ash/screen_ash_unittest.cc ('k') | ash/wm/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698