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

Unified Diff: Source/core/fetch/ResourceLoader.h

Issue 131363006: [abort] [do not commit] don't stop loaders on canceled navigations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/core/fetch/ResourceFetcher.cpp ('k') | Source/core/fetch/ResourceLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fetch/ResourceLoader.h
diff --git a/Source/core/fetch/ResourceLoader.h b/Source/core/fetch/ResourceLoader.h
index 0fcbb58b15d55a01d83b801b5a4f6804b1ef12eb..2cc1dc570b7b96bf173ef362da297408fac8e511 100644
--- a/Source/core/fetch/ResourceLoader.h
+++ b/Source/core/fetch/ResourceLoader.h
@@ -75,6 +75,7 @@ public:
virtual void didFinishLoading(blink::WebURLLoader*, double finishTime) OVERRIDE;
virtual void didFail(blink::WebURLLoader*, const blink::WebURLError&) OVERRIDE;
virtual void didDownloadData(blink::WebURLLoader*, int, int) OVERRIDE;
+ virtual void didRequestStartForFrame(blink::WebURLLoader*) OVERRIDE;
const KURL& url() const { return m_request.url(); }
bool shouldSniffContent() const { return m_options.sniffContent == SniffContent; }
« no previous file with comments | « Source/core/fetch/ResourceFetcher.cpp ('k') | Source/core/fetch/ResourceLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698