Get rid of the parameter |url| of *{Run/Display}ContentWithCertificateErrors().
The parameters |url|s of functions *RunContentWithCertificateErrors()
and *DisplayContentWithCertificateErrors() are unused, remove them.
Remove the TODO also.
BUG=
Signed-off-by: Zhuoyu Qian <[email protected]>
Change-Id: I5678dae1a90eea0a176eef6d7004b6c07ab4d5e4
Reviewed-on: https://chromium-review.googlesource.com/853736
Reviewed-by: Jochen Eisinger <[email protected]>
Reviewed-by: Emily Stark <[email protected]>
Cr-Commit-Position: refs/heads/master@{#527586}
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 3131143..2114e45 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -667,9 +667,8 @@
void DidContainInsecureFormAction() override;
void DidRunInsecureContent(const blink::WebSecurityOrigin& origin,
const blink::WebURL& target) override;
- void DidDisplayContentWithCertificateErrors(
- const blink::WebURL& url) override;
- void DidRunContentWithCertificateErrors(const blink::WebURL& url) override;
+ void DidDisplayContentWithCertificateErrors() override;
+ void DidRunContentWithCertificateErrors() override;
bool OverrideLegacySymantecCertConsoleMessage(
const blink::WebURL& url,
base::Time cert_validity_start,