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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h

Issue 2008763002: [Extensions UI] Remove all traces of the chevron (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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
Index: chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h b/chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h
index 939c809052284bd216b1586f58a6adb9a0b7a629..986ba5cbd8c0dde0f7f33d2261d06a28e1ae7713 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar_delegate.h
@@ -45,14 +45,9 @@ class ToolbarActionsBarDelegate {
virtual void Redraw(bool order_changed) = 0;
// Resizes the view to the |target_width| and animates with the given
- // |tween_type|. |suppress_chevron| indicates if the chevron should not be
- // shown during the animation.
+ // |tween_type|.
virtual void ResizeAndAnimate(gfx::Tween::Type tween_type,
- int target_width,
- bool suppress_chevron) = 0;
-
- // Sets the overflow chevron's visibility.
- virtual void SetChevronVisibility(bool chevron_visible) = 0;
+ int target_width) = 0;
// Returns the width of the view according to |get_width_time|.
virtual int GetWidth(GetWidthTime get_width_time) const = 0;
@@ -63,9 +58,6 @@ class ToolbarActionsBarDelegate {
// Stops the current animation (width remains where it currently is).
virtual void StopAnimating() = 0;
- // Returns the width (including padding) for the overflow chevron.
- virtual int GetChevronWidth() const = 0;
-
// Shows the given |bubble|. Must not be called if another bubble is showing
// or if the toolbar is animating.
virtual void ShowToolbarActionBubble(
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_actions_bar.cc ('k') | chrome/browser/ui/toolbar/toolbar_actions_bar_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698