| Index: chrome/browser/ui/views/tabs/tab_strip.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/tab_strip.cc (revision 256983)
|
| +++ chrome/browser/ui/views/tabs/tab_strip.cc (working copy)
|
| @@ -2767,9 +2767,6 @@
|
| return chrome::GetHostDesktopTypeForNativeView(
|
| GetWidget()->GetNativeView()) == chrome::HOST_DESKTOP_TYPE_ASH;
|
| #else
|
| - if (ui::GetDisplayLayout() != ui::LAYOUT_TOUCH)
|
| - return false;
|
| + return ui::GetDisplayLayout() == ui::LAYOUT_TOUCH;
|
| #endif
|
| -
|
| - return true;
|
| }
|
|
|