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

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

Issue 6272003: Add another didRunInsecureContent method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/tab_contents/tab_contents.cc
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 47012650fa3c1a17372c789c348f92a1b9b05583..76670d07ca653387e2d7fafd9884566501543829 100644
--- a/chrome/browser/tab_contents/tab_contents.cc
+++ b/chrome/browser/tab_contents/tab_contents.cc
@@ -1746,7 +1746,7 @@ void TabContents::OnDidDisplayInsecureContent() {
}
void TabContents::OnDidRunInsecureContent(
- const std::string& security_origin) {
+ const std::string& security_origin, const std::string& target_url) {
controller_.ssl_manager()->DidRunInsecureContent(security_origin);
}

Powered by Google App Engine
This is Rietveld 408576698