diff options
Diffstat (limited to 'chromium/chrome/common/chrome_render_frame.mojom')
-rw-r--r-- | chromium/chrome/common/chrome_render_frame.mojom | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/chrome/common/chrome_render_frame.mojom b/chromium/chrome/common/chrome_render_frame.mojom index dc08a008216..b4157885b16 100644 --- a/chromium/chrome/common/chrome_render_frame.mojom +++ b/chromium/chrome/common/chrome_render_frame.mojom @@ -49,9 +49,6 @@ interface ChromeRenderFrame { // before onload events are fired. ExecuteWebUIJavaScript(mojo_base.mojom.String16 javascript); - // Sent when the profile changes the kSafeBrowsingEnabled preference. - SetClientSidePhishingDetection(bool enable_phishing_detection); - // Requests the web application info from the renderer. GetWebApplicationInfo() => (WebApplicationInfo web_application_info); |