Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index cac7b2125649ee3475979a56a30ea73f762bce3c..697876386b64df732cd63b0f8983e83aef42fee1 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -449,6 +449,9 @@ class Browser : public TabHandlerDelegate, |
// is created. |
void ShowSingletonTab(const GURL& url); |
+ // Same as ShowSingletonTab, but does not ignore ref. |
+ void ShowSingletonTabRespectRef(const GURL& url); |
+ |
// As ShowSingletonTab, but if the current tab is the new tab page or |
// about:blank, then overwrite it with the passed contents. |
void ShowSingletonTabOverwritingNTP(const browser::NavigateParams& params); |