| Index: chrome/browser/ui/touch/tabs/touch_tab_strip.cc
|
| diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip.cc b/chrome/browser/ui/touch/tabs/touch_tab_strip.cc
|
| index 6d7bf251e4e054c5062cde8e40bfaaf6910d5419..c4e3240328ea88f10c3defb2e66ddc2dfcf52d42 100644
|
| --- a/chrome/browser/ui/touch/tabs/touch_tab_strip.cc
|
| +++ b/chrome/browser/ui/touch/tabs/touch_tab_strip.cc
|
| @@ -59,6 +59,10 @@ void TouchTabStrip::SetBackgroundOffset(const gfx::Point& offset) {
|
| GetTabAtTabDataIndex(i)->set_background_offset(offset);
|
| }
|
|
|
| +views::View* TouchTabStrip::GetNewTabButton() {
|
| + return NULL;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // TouchTabStrip, BaseTabStrip implementation:
|
|
|
|
|