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

Unified Diff: ash/shelf/shelf_view.h

Issue 176883022: Shelf Cleanup (- binary files) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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/shelf/shelf_navigator_unittest.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index 6cd44e01af3cc6ccaeaedb306f0301ce6de470a4..ccf6ffcc07a7194262e340f3c5fcfd2f9f8cffd5 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -235,11 +235,6 @@ class ASH_EXPORT ShelfView : public views::View,
// Toggles the overflow menu.
void ToggleOverflowBubble();
- // Update first launcher button's padding. This method adds padding to the
- // first button to include the leading inset. It needs to be called once on
- // button creation and every time when shelf alignment is changed.
- void UpdateFirstButtonPadding();
-
// Invoked after the fading out animation for item deletion is ended.
void OnFadeOutAnimationEnded();
@@ -249,12 +244,6 @@ class ASH_EXPORT ShelfView : public views::View,
// Updates the visible range of overflow items in |overflow_view|.
void UpdateOverflowRange(ShelfView* overflow_view);
- // Returns the launcher button size.
- int GetButtonSize() const;
-
- // Returns the button spacing.
- int GetButtonSpacing() const;
-
// Overridden from views::View:
virtual gfx::Size GetPreferredSize() OVERRIDE;
virtual void OnBoundsChanged(const gfx::Rect& previous_bounds) OVERRIDE;
« no previous file with comments | « ash/shelf/shelf_navigator_unittest.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698