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

Unified Diff: Source/core/loader/DocumentThreadableLoader.h

Issue 700413002: [DocumentThreadableLoader] Rename notifyResponseReceived to reportResponseReceived (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/loader/DocumentThreadableLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/DocumentThreadableLoader.h
diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h
index bcd2b164d1826d619603d3c9996b9fb1dfa8c9d0..9547f15f048ef839c3259c4f0fa5ecfd0d53dcbb 100644
--- a/Source/core/loader/DocumentThreadableLoader.h
+++ b/Source/core/loader/DocumentThreadableLoader.h
@@ -81,8 +81,9 @@ class DocumentThreadableLoader final : public ThreadableLoader, private Resource
void cancelWithError(const ResourceError&);
- // Notify Inspector about resource response. Use this method if response is not going to be finished normally.
- void notifyResponseReceived(unsigned long identifier, const ResourceResponse&);
+ // Notify Inspector and log to console about resource response. Use
+ // this method if response is not going to be finished normally.
+ void reportResponseReceived(unsigned long identifier, const ResourceResponse&);
// Methods containing code to handle resource fetch results which is
// common to both sync and async mode.
« no previous file with comments | « no previous file | Source/core/loader/DocumentThreadableLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698