Index: chrome/browser/tab_contents/tab_contents.h |
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
index ef6f259f71488f8576c95f9aae15b37e83131208..f42489fc9e2d2726d47757d66a9d858bfb09eed3 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -807,7 +807,8 @@ class TabContents : public PageNavigator, |
const std::string& main_frame_origin, |
const std::string& security_info); |
void OnDidDisplayInsecureContent(); |
- void OnDidRunInsecureContent(const std::string& security_origin); |
+ void OnDidRunInsecureContent(const std::string& security_origin, |
+ const std::string& target_url); |
void OnDocumentLoadedInFrame(int64 frame_id); |
void OnDidFinishLoad(int64 frame_id); |