| Index: chrome/browser/ui/views/tabs/tab_unittest.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_unittest.cc b/chrome/browser/ui/views/tabs/tab_unittest.cc
|
| index 92b0ca267e62e3d3a947845777c0c43c3490b5f9..5cfe9d1b8e9b9a2434857cf787e54b4bc3428b8e 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_unittest.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_unittest.cc
|
| @@ -67,7 +67,6 @@ class FakeTabController : public TabController {
|
| bool CanPaintThrobberToLayer() const override {
|
| return paint_throbber_to_layer_;
|
| }
|
| - bool IsIncognito() const override { return false; }
|
| bool IsImmersiveStyle() const override { return immersive_style_; }
|
| SkColor GetToolbarTopSeparatorColor() const override { return SK_ColorBLACK; }
|
| int GetBackgroundResourceId(bool* custom_image) const override {
|
|
|