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

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

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 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 ef0c3886d96745096de37ce65a5aca6fc62604f8..ebd7dce6d4b7a66f8f7623d43587009741491488 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -55,6 +55,8 @@ class Range;
class ScrollableArea;
class SharedWorkerRepositoryClientImpl;
class TextFinder;
+class WebAssociatedURLLoader;
+struct WebAssociatedURLLoaderOptions;
class WebAutofillClient;
class WebDataSourceImpl;
class WebDevToolsAgentImpl;
@@ -161,7 +163,8 @@ class WEB_EXPORT WebLocalFrameImpl final
bool isViewSourceModeEnabled() const override;
void setReferrerForRequest(WebURLRequest&, const WebURL& referrer) override;
void dispatchWillSendRequest(WebURLRequest&) override;
- WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) override;
+ WebAssociatedURLLoader* createAssociatedURLLoader(
+ const WebAssociatedURLLoaderOptions&) override;
unsigned unloadListenerCount() const override;
void setMarkedText(const WebString&,
unsigned location,
« no previous file with comments | « third_party/WebKit/Source/web/WebAssociatedURLLoaderImplTest.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698