| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 1f090e612a48cfcf28c84a439ffa230407dc4a3e..c7edaadf30965672b6ae692a12aabb478559d1fb 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();
|
|
|
|
|