Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

Unified Diff: content/renderer/render_frame_impl.h

Issue 1360223002: Remove some redundant frame parameters from WebFrameClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/web_test_proxy.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 7a2b9d6d4e710073e5c4e0f49fbf89155917a1bd..cbca16be14f0cc214eeb57f4cb957feeb7b0ef42 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -488,9 +488,8 @@ class CONTENT_EXPORT RenderFrameImpl
blink::WebLocalFrame* frame,
const blink::WebURLRequest& request,
const blink::WebURLResponse& response);
- virtual void didDisplayInsecureContent(blink::WebLocalFrame* frame);
- virtual void didRunInsecureContent(blink::WebLocalFrame* frame,
- const blink::WebSecurityOrigin& origin,
+ virtual void didDisplayInsecureContent();
+ virtual void didRunInsecureContent(const blink::WebSecurityOrigin& origin,
const blink::WebURL& target);
virtual void didChangePerformanceTiming();
virtual void didAbortLoading(blink::WebLocalFrame* frame);
« no previous file with comments | « components/test_runner/web_test_proxy.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698