| Index: chrome/browser/ui/views/tabs/tab_strip.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_strip.cc b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| index 1303b262410f73ae1ef9986eb74151b4aec637f8..9885e13b275da48b303a8bbd89d86612c490e39a 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_strip.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_strip.cc
|
| @@ -1402,10 +1402,6 @@ bool TabStrip::CanPaintThrobberToLayer() const {
|
| !widget->IsFullscreen();
|
| }
|
|
|
| -bool TabStrip::IsIncognito() const {
|
| - return controller_->IsIncognito();
|
| -}
|
| -
|
| bool TabStrip::IsImmersiveStyle() const {
|
| return immersive_style_;
|
| }
|
|
|