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

Unified Diff: content/public/renderer/associated_resource_fetcher.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... 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 5dca1ab38fb65520cddde9cb4aeee7971900551f..8e5393396c6add76f04552d4beb7b98c00eb0a8e 100644
--- a/content/public/renderer/associated_resource_fetcher.h
+++ b/content/public/renderer/associated_resource_fetcher.h
@@ -14,7 +14,7 @@
class GURL;
namespace blink {
-class WebFrame;
+class WebLocalFrame;
class WebURLResponse;
enum class WebCachePolicy;
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;

Powered by Google App Engine
This is Rietveld 408576698