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

Unified Diff: content/public/renderer/associated_resource_fetcher.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/public/renderer/associated_resource_fetcher.h
diff --git a/content/public/renderer/associated_resource_fetcher.h b/content/public/renderer/associated_resource_fetcher.h
index 68549345c7da4ee5e44e2e9e78ca0fac35a7ba59..18d445c6aff5c203aea2a90065882c297d7d869b 100644
--- a/content/public/renderer/associated_resource_fetcher.h
+++ b/content/public/renderer/associated_resource_fetcher.h
@@ -15,7 +15,7 @@
class GURL;
namespace blink {
-class WebFrame;
+class WebLocalFrame;
class WebURLResponse;
struct WebAssociatedURLLoaderOptions;
}
@@ -53,7 +53,7 @@ class CONTENT_EXPORT AssociatedResourceFetcher {
// Starts the request using the specified frame. Calls |callback| when
// done.
- virtual void Start(blink::WebFrame* frame,
+ virtual void Start(blink::WebLocalFrame* frame,
blink::WebURLRequest::RequestContext request_context,
blink::WebURLRequest::FrameType frame_type,
const Callback& callback) = 0;
« no previous file with comments | « components/safe_browsing/renderer/threat_dom_details.cc ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698