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

Unified Diff: chrome/browser/views/info_bar_alternate_nav_url_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/views/html_dialog_view.cc ('k') | chrome/browser/views/options/advanced_contents_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/info_bar_alternate_nav_url_view.cc
===================================================================
--- chrome/browser/views/info_bar_alternate_nav_url_view.cc (revision 3991)
+++ chrome/browser/views/info_bar_alternate_nav_url_view.cc (working copy)
@@ -60,7 +60,8 @@
BeginClose();
- navigator->OpenURL(gurl, event_utils::DispositionFromEventFlags(event_flags),
+ navigator->OpenURL(gurl, GURL(),
+ event_utils::DispositionFromEventFlags(event_flags),
// Pretend the user typed this URL, so that navigating to
// it will be the default action when it's typed again in
// the future.
« no previous file with comments | « chrome/browser/views/html_dialog_view.cc ('k') | chrome/browser/views/options/advanced_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698