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

Unified Diff: chrome/browser/ui/views/tabs/abstract_tab_strip_view.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: removed files added in separate CL (r95432) Created 9 years, 4 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/abstract_tab_strip_view.h
diff --git a/chrome/browser/ui/views/tabs/abstract_tab_strip_view.h b/chrome/browser/ui/views/tabs/abstract_tab_strip_view.h
index 756680ad30d7b2eb7ee90175cdf3f821f25d18af..1ce181495f486bd15e4d3e765a6478fabc6eec7a 100644
--- a/chrome/browser/ui/views/tabs/abstract_tab_strip_view.h
+++ b/chrome/browser/ui/views/tabs/abstract_tab_strip_view.h
@@ -32,7 +32,9 @@ class AbstractTabStripView : public views::View {
// Set the background offset used by inactive tabs to match the frame image.
virtual void SetBackgroundOffset(const gfx::Point& offset) = 0;
+
+ // Returns the new tab button, or NULL if there isn't one.
+ virtual views::View* GetNewTabButton() = 0;
};
#endif // CHROME_BROWSER_UI_VIEWS_TABS_ABSTRACT_TAB_STRIP_VIEW_H_
-
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_installed_bubble.cc ('k') | chrome/browser/ui/views/tabs/side_tab_strip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698