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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2701333004: Remove dispatchWillSendRequest from WebFrame (Closed)
Patch Set: . Created 3 years, 10 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: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 832a511e0485052b894fc45c2c29d0a892bcc36b..ec4d9b23f196cb65f522d325504ce542db095b6b 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -160,7 +160,6 @@ class WEB_EXPORT WebLocalFrameImpl final
void enableViewSourceMode(bool enable) override;
bool isViewSourceModeEnabled() const override;
void setReferrerForRequest(WebURLRequest&, const WebURL& referrer) override;
- void dispatchWillSendRequest(WebURLRequest&) override;
WebAssociatedURLLoader* createAssociatedURLLoader(
const WebAssociatedURLLoaderOptions&) override;
unsigned unloadListenerCount() const override;
« no previous file with comments | « content/renderer/fetchers/resource_fetcher_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698