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

Unified Diff: chrome/browser/history_view.cc

Issue 8186: Plumb the referrer throughout the OpenURL APIs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/browser/external_tab_container.cc ('k') | chrome/browser/native_ui_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history_view.cc
===================================================================
--- chrome/browser/history_view.cc (revision 3991)
+++ chrome/browser/history_view.cc (working copy)
@@ -585,7 +585,7 @@
if (navigator && !url.is_empty()) {
UserMetrics::RecordAction(L"Destination_History_OpenURL",
model_->profile());
- navigator->OpenURL(url,
+ navigator->OpenURL(url, GURL(),
event_utils::DispositionFromEventFlags(event_flags),
PageTransition::AUTO_BOOKMARK);
// WARNING: call to OpenURL likely deleted us.
« no previous file with comments | « chrome/browser/external_tab_container.cc ('k') | chrome/browser/native_ui_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698