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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 1418003006: Simplify starting a navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index c2cbc7501e40bef8029ba7386f65d45afe2b1758..569204d8eb33ffa4005982feef0425d278e3ffd8 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -80,7 +80,7 @@ public:
void dispatchDidFail(unsigned long identifier, const ResourceError&, bool isInternalRequest) override;
bool shouldLoadNewResource(Resource::Type) const override;
- void willStartLoadingResource(ResourceRequest&) override;
+ void willStartLoadingResource(ResourceRequest&, bool isMainResource) override;
void didLoadResource() override;
void addResourceTiming(const ResourceTimingInfo&) override;

Powered by Google App Engine
This is Rietveld 408576698