| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 40e0fe4d40d73fe06b7505bf49558e9680ef5dd8..a3eb3070fb66b728362395ad34d2958939d9c4d1 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -705,6 +705,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnDidDisplayInsecureContent();
|
| void OnDidRunInsecureContent(const std::string& security_origin,
|
| const GURL& target_url);
|
| + void OnDidDetectXSS(int32 page_id, const GURL& url, bool blocked_entire_page);
|
| void OnDocumentLoadedInFrame();
|
| void OnDidFinishLoad(const GURL& url);
|
| void OnDidStartLoading(bool to_different_document);
|
|
|