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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2211283004: Drop test-only WebFrameClient params/functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 4 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
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index b6704419634c20d08c3a8fae2876f96ae7df723a..0eb980a3e8154026d59fd39064c144ce088908f1 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -559,11 +559,8 @@ class CONTENT_EXPORT RenderFrameImpl
void showContextMenu(const blink::WebContextMenuData& data) override;
void saveImageFromDataURL(const blink::WebString& data_url) override;
void willSendRequest(blink::WebLocalFrame* frame,
- unsigned identifier,
- blink::WebURLRequest& request,
- const blink::WebURLResponse& redirect_response) override;
- void didReceiveResponse(unsigned identifier,
- const blink::WebURLResponse& response) override;
+ blink::WebURLRequest& request) override;
+ void didReceiveResponse(const blink::WebURLResponse& response) override;
void didLoadResourceFromMemoryCache(
const blink::WebURLRequest& request,
const blink::WebURLResponse& response) override;

Powered by Google App Engine
This is Rietveld 408576698