| Index: chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip_controller.h b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| index 95940f1114a8d335a48ace5705a4fd3c14327b5c..dbb09b0d181ae1098e4107016c5ba06e8f5fe09a 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip_controller.h
|
| @@ -102,8 +102,8 @@ class TabStripController {
|
| // Returns true if the tab strip is in an incognito window.
|
| virtual bool IsIncognito() = 0;
|
|
|
| - // Invoked if the layout type might have changed.
|
| - virtual void LayoutTypeMaybeChanged() = 0;
|
| + // Invoked if the stacked layout (on or off) might have changed.
|
| + virtual void StackedLayoutMaybeChanged() = 0;
|
|
|
| // Notifies controller that the user started dragging this tabstrip's tabs.
|
| virtual void OnStartedDraggingTabs() = 0;
|
|
|