| 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 fe80352de790519faa91b64a65946b9c61f8333e..b0fa87a5ceff396677ed6745119bfefa4a21c0e5 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.h
|
| @@ -233,7 +233,6 @@ class TabStrip : public views::View,
|
| const ui::MouseEvent& event) override;
|
| bool ShouldPaintTab(const Tab* tab, gfx::Rect* clip) override;
|
| bool CanPaintThrobberToLayer() const override;
|
| - bool IsIncognito() const override;
|
| bool IsImmersiveStyle() const override;
|
| SkColor GetToolbarTopSeparatorColor() const override;
|
| int GetBackgroundResourceId(bool* custom_image) const override;
|
|
|