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

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

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Remove blank line 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 db18736f5ee356986cd70bc3638c8fc22e199361..cf7fc1ffe8aeace502fb3b45f41db9b7c21a8473 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;
@@ -160,7 +162,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,

Powered by Google App Engine
This is Rietveld 408576698