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

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

Issue 8224023: Don't show URL for pending new navigations initiated by the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 9 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
Index: chrome/browser/ui/blocked_content/blocked_content_container.cc
diff --git a/chrome/browser/ui/blocked_content/blocked_content_container.cc b/chrome/browser/ui/blocked_content/blocked_content_container.cc
index 946fe21a0b4d38f6ff550108cca92a7456b0e197..ab4fc117f9ac028ce58f2107f5bd2f02b707f72c 100644
--- a/chrome/browser/ui/blocked_content/blocked_content_container.cc
+++ b/chrome/browser/ui/blocked_content/blocked_content_container.cc
@@ -117,7 +117,8 @@ TabContents* BlockedContentContainer::OpenURLFromTab(
return owner_->tab_contents()->OpenURL(OpenURLParams(url,
referrer,
disposition,
- transition));
+ transition,
+ false));
}
TabContents* BlockedContentContainer::OpenURLFromTab(
« no previous file with comments | « chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698