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

Unified Diff: chrome/browser/ui/views/tabs/side_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/side_tab_strip.h
diff --git a/chrome/browser/ui/views/tabs/side_tab_strip.h b/chrome/browser/ui/views/tabs/side_tab_strip.h
index 6a5ef7e51dccad47415ed49b1595043766bb49b8..67b70294db46f7b0912ef02e38f63b2db7657426 100644
--- a/chrome/browser/ui/views/tabs/side_tab_strip.h
+++ b/chrome/browser/ui/views/tabs/side_tab_strip.h
@@ -23,6 +23,7 @@ class SideTabStrip : public BaseTabStrip, public views::ButtonListener {
// 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 StartHighlight(int model_index) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698