| Index: chrome/browser/ui/views/tabs/tab_strip.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
|
| index 7f0a339a04554fc38696b8fff8bde1c7aff9bba6..42e717ecb3ba3612036c0c6a09c323be8d75e359 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -209,13 +209,13 @@ class TabStrip : public BaseTabStrip,
|
| // animating to their desired position/bounds. This is used by the standard
|
| // Layout method and other callers like the DraggedTabController that need
|
| // stable representations of Tab positions.
|
| - void GenerateIdealBounds();
|
| + virtual void GenerateIdealBounds();
|
|
|
| // Starts various types of TabStrip animations.
|
| void StartResizeLayoutAnimation();
|
| void StartMoveTabAnimation(int from_model_index,
|
| int to_model_index);
|
| - void StartMiniTabAnimation();
|
| + virtual void StartMiniTabAnimation();
|
| void StartMouseInitiatedRemoveTabAnimation(int model_index);
|
|
|
| // Calculates the available width for tabs, assuming a Tab is to be closed.
|
|
|