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

Unified Diff: chrome/browser/ui/browser.h

Issue 7701015: Making BrowserNavigator open file browser singleton tab respecting URLs ref value (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "Changing comments in browsertest" 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/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);

Powered by Google App Engine
This is Rietveld 408576698