diff options
Diffstat (limited to 'chrome/browser/tabs/tab_strip_model.h')
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 52e3761..bd93a96 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -95,6 +95,9 @@ class TabStripModelObserver { /////////////////////////////////////////////////////////////////////////////// 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 |