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

Unified Diff: chrome/browser/ui/views/tabs/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/views/tabs/tab_strip.h
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
index b064e9a40bbc02ce7a2467f799306974ac46737a..ab498bd40b45b20b9cfa832508f751d0b303e1c0 100644
--- a/chrome/browser/ui/views/tabs/tab_strip.h
+++ b/chrome/browser/ui/views/tabs/tab_strip.h
@@ -54,6 +54,7 @@ class TabStrip : public BaseTabStrip,
// AbstractTabStripView implementation:
virtual bool IsPositionInWindowCaption(const gfx::Point& point) OVERRIDE;
virtual void SetBackgroundOffset(const gfx::Point& offset) OVERRIDE;
+ virtual views::View* GetNewTabButton() OVERRIDE { return newtab_button_; }
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) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698