| 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);
|
| }
|
|
|
|
|