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

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

Issue 2578983002: Loading: move V8DOMActivityLogger dependency from core/fetch (Closed)
Patch Set: DEPS update Created 4 years 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.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
index 3278e745661b02c9ed9946a23701742e21b4a07d..08d3cfb0ff8ad6b602b6fb21222ae8264a420516 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
@@ -89,9 +89,12 @@ void FetchContext::dispatchDidFail(unsigned long,
int64_t,
bool) {}
-void FetchContext::willStartLoadingResource(unsigned long,
- ResourceRequest&,
- Resource::Type) {}
+void FetchContext::willStartLoadingResource(
+ unsigned long,
+ ResourceRequest&,
+ Resource::Type,
+ const AtomicString& fetchInitiatorName,
+ bool) {}
void FetchContext::didLoadResource(Resource*) {}
« no previous file with comments | « third_party/WebKit/Source/core/fetch/FetchContext.h ('k') | third_party/WebKit/Source/core/fetch/FetchRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698