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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.h

Issue 1418003006: Simplify starting a navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum-ify Created 5 years, 1 month 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: third_party/WebKit/Source/core/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index 22869f183ccb464d053f32eb0b0b1cd3ef6e6766..0dc486418a9e0279c41fdb8c8dd95d7352022bd6 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -83,7 +83,7 @@ public:
virtual void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest);
virtual bool shouldLoadNewResource(Resource::Type) const { return false; }
- virtual void willStartLoadingResource(ResourceRequest&);
+ virtual void willStartLoadingResource(ResourceRequest&, FetchResourceType);
virtual void didLoadResource();
virtual void addResourceTiming(const ResourceTimingInfo&);

Powered by Google App Engine
This is Rietveld 408576698