| Index: chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| index 919c3643afc60c0c6049a5c3e6171bd263eff077..0384fcdd9b15b9bb86f27d9f594b2a2bbbb8ee4f 100644
|
| --- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| +++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
|
| @@ -212,13 +212,10 @@ class BrowserActionsContainer : public views::View,
|
| void RemoveAllViews() override;
|
| void Redraw(bool order_changed) override;
|
| void ResizeAndAnimate(gfx::Tween::Type tween_type,
|
| - int target_width,
|
| - bool suppress_chevron) override;
|
| - void SetChevronVisibility(bool chevron_visible) override;
|
| + int target_width) override;
|
| int GetWidth(GetWidthTime get_width_time) const override;
|
| bool IsAnimating() const override;
|
| void StopAnimating() override;
|
| - int GetChevronWidth() const override;
|
| void ShowToolbarActionBubble(
|
| std::unique_ptr<ToolbarActionsBarBubbleDelegate> controller) override;
|
|
|
|
|