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

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

Issue 2578983002: Loading: move V8DOMActivityLogger dependency from core/fetch (Closed)
Patch Set: merge 2572373003/#ps20001 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 549f3019fca3abc6dda694c20940941d20809e53..b3994c581669592120e4fa5174dcfdc3f1b6207a 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -39,6 +39,12 @@
#include "platform/heap/Handle.h"
#include "platform/network/ResourceRequest.h"
+namespace wtf {
+
+class AtomicString;
+
+} // namespace wtf
+
namespace blink {
class Document;
@@ -112,7 +118,9 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
bool shouldLoadNewResource(Resource::Type) const override;
void willStartLoadingResource(unsigned long identifier,
ResourceRequest&,
- Resource::Type) override;
+ Resource::Type,
+ const AtomicString& fetchInitiatorName,
+ bool forPreload) override;
void didLoadResource(Resource*) override;
void addResourceTiming(const ResourceTimingInfo&) override;

Powered by Google App Engine
This is Rietveld 408576698