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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 1135323002: Revert of Have Notifications appear over docked windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index 8e81a612ef64a4c67862cd29852e5cc15dab8c52..6f915479105c2db90471deff3a67e8d4e801d93d 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -121,9 +121,6 @@
// Returns the docked area bounds.
const gfx::Rect& dock_bounds() const { return dock_bounds_; }
- // Returns the bounds within the root window not occupied by the shelf.
- const gfx::Rect& non_shelf_bounds() const { return non_shelf_bounds_; }
-
// Stops any animations and sets the bounds of the shelf and status
// widgets.
void LayoutShelf();
@@ -402,9 +399,6 @@
// The bounds of the dock.
gfx::Rect dock_bounds_;
- // The bounds within the root window not occupied by the shelf.
- gfx::Rect non_shelf_bounds_;
-
// The show hide animation duration override or 0 for default.
int duration_override_in_ms_;
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698