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

Unified Diff: content/renderer/fetchers/associated_resource_fetcher_impl.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. Created 3 years, 6 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/fetchers/associated_resource_fetcher_impl.h
diff --git a/content/renderer/fetchers/associated_resource_fetcher_impl.h b/content/renderer/fetchers/associated_resource_fetcher_impl.h
index 6e665ac912e4aeccdcdfd609956975b61cdffbb9..d1dd0955e863a3f9e4437a16cc2472af0917bcea 100644
--- a/content/renderer/fetchers/associated_resource_fetcher_impl.h
+++ b/content/renderer/fetchers/associated_resource_fetcher_impl.h
@@ -21,7 +21,7 @@ class GURL;
namespace blink {
class WebAssociatedURLLoader;
-class WebFrame;
+class WebLocalFrame;
}
namespace content {
@@ -34,7 +34,7 @@ class AssociatedResourceFetcherImpl : public AssociatedResourceFetcher {
void SetCachePolicy(blink::WebCachePolicy policy) override;
void SetLoaderOptions(
const blink::WebAssociatedURLLoaderOptions& options) override;
- void Start(blink::WebFrame* frame,
+ void Start(blink::WebLocalFrame* frame,
blink::WebURLRequest::RequestContext request_context,
blink::WebURLRequest::FrameType frame_type,
const Callback& callback) override;
« no previous file with comments | « content/renderer/dom_serializer_browsertest.cc ('k') | content/renderer/fetchers/associated_resource_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698