Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6849)

Unified Diff: chrome/browser/ui/touch/tabs/touch_tab_strip.h

Issue 7529011: Add a flag that lets the webstore show a different UI on app install. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/touch/tabs/touch_tab_strip.h
diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip.h b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
index cf4c686f2c000e192a532d3e3d91a5d8efb41b98..0c408e1d0dcd52baa2fe1f2972f4c45b3e9f27dc 100644
--- a/chrome/browser/ui/touch/tabs/touch_tab_strip.h
+++ b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
@@ -34,6 +34,7 @@ class TouchTabStrip : public BaseTabStrip {
// AbstractTabStripView implementation:
virtual bool IsPositionInWindowCaption(const gfx::Point& point);
virtual void SetBackgroundOffset(const gfx::Point& offset);
+ virtual views::View* GetNewTabButton() OVERRIDE { return NULL; }
sky 2011/08/03 22:23:24 Don't inline virtual methods.
asargent_no_longer_on_chrome 2011/08/04 00:00:16 Done.
// BaseTabStrip implementation:
virtual void PrepareForCloseAt(int model_index);

Powered by Google App Engine
This is Rietveld 408576698