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

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

Issue 7610012: Ignore and navigate to url when opening bookmark manager for a node. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 0c8c5e65f25b9893efbb74b76db810e5d525d2c3..968395dc071005c4fba4410f7f4a95d13951cb50 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -1248,6 +1248,7 @@ browser::NavigateParams Browser::GetSingletonTabNavigateParams(
browser::NavigateParams params(this, url, PageTransition::AUTO_BOOKMARK);
params.disposition = SINGLETON_TAB;
params.window_action = browser::NavigateParams::SHOW_WINDOW;
+ params.path_behavior = browser::NavigateParams::IGNORE_AND_NAVIGATE;
Evan Stade 2011/08/11 17:43:24 If we always want this, then why do we even have t
flackr 2011/08/12 14:44:10 So after playing with the other sections (history,
params.user_gesture = true;
return params;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698