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

Unified Diff: chrome/browser/tabs/tab_strip_model.h

Issue 10896: Re-do the way browser windows are shown:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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/tabs/tab_strip_model.h
===================================================================
--- chrome/browser/tabs/tab_strip_model.h (revision 5374)
+++ chrome/browser/tabs/tab_strip_model.h (working copy)
@@ -95,6 +95,9 @@
///////////////////////////////////////////////////////////////////////////////
class TabStripModelDelegate {
public:
+ // Retrieve the URL that should be used to construct blank tabs.
+ virtual GURL GetBlankTabURL() const = 0;
+
// Ask for a new TabStripModel to be created and the given tab contents to
// be added to it. Its presentation (e.g. a browser window) anchored at the
// specified creation point. It is left up to the delegate to decide how to

Powered by Google App Engine
This is Rietveld 408576698