| Index: chrome/browser/ui/toolbar/toolbar_model_delegate.h
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_delegate.h b/chrome/browser/ui/toolbar/toolbar_model_delegate.h
|
| index 0011e6faea28b5e960b4ade639c0d36beaab7d7b..ea181b95a50802d5c859334c9e0aaa4028c04112 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_delegate.h
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_delegate.h
|
| @@ -15,9 +15,6 @@ class ToolbarModelDelegate {
|
| // Returns active WebContents.
|
| virtual content::WebContents* GetActiveWebContents() const = 0;
|
|
|
| - // Returns whether the toolbar is hosted in a tabbed browser.
|
| - virtual bool InTabbedBrowser() const = 0;
|
| -
|
| protected:
|
| virtual ~ToolbarModelDelegate() {}
|
| };
|
|
|