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

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

Issue 2230173002: Change WebURLLoaderClient::willFollowRedirect() API to return bool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 2 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: third_party/WebKit/Source/core/loader/DocumentLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
index 6009f19cdb8ea46e176cd6097264659d605b2a12..38418cc29f9d8d019a3ab14ea930027c775a9cd5 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
@@ -211,8 +211,8 @@ class CORE_EXPORT DocumentLoader
void finishedLoading(double finishTime);
void cancelLoadAfterXFrameOptionsOrCSPDenied(const ResourceResponse&);
- void redirectReceived(Resource*,
- ResourceRequest&,
+ bool redirectReceived(Resource*,
+ const ResourceRequest&,
const ResourceResponse&) final;
void responseReceived(Resource*,
const ResourceResponse&,
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ResourceLoader.cpp ('k') | third_party/WebKit/Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698