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

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

Issue 2869663002: ResourceFetcher::Start should be given a WebLocalFrame (Closed)
Patch Set: fix Created 3 years, 7 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
« no previous file with comments | « no previous file | content/renderer/fetchers/resource_fetcher_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/resource_fetcher.h
diff --git a/content/public/renderer/resource_fetcher.h b/content/public/renderer/resource_fetcher.h
index ba75a4e10582940052279f6c74335f659cf5a9b9..6f6c21ed1a692fe23591779cae887dc98bbfac94 100644
--- a/content/public/renderer/resource_fetcher.h
+++ b/content/public/renderer/resource_fetcher.h
@@ -18,7 +18,7 @@ class TimeDelta;
}
namespace blink {
-class WebFrame;
+class WebLocalFrame;
class WebURLResponse;
}
@@ -51,7 +51,7 @@ class CONTENT_EXPORT ResourceFetcher {
// 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,
const Callback& callback) = 0;
« no previous file with comments | « no previous file | content/renderer/fetchers/resource_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698