Chromium Code Reviews| 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; |
|
Justin Donnelly
2014/12/03 16:07:25
Looks like you're missing the corresponding change
groby-ooo-7-16
2015/01/10 00:54:06
There is no toolbar_model_delegate.cc - this is a
|
| - |
| protected: |
| virtual ~ToolbarModelDelegate() {} |
| }; |