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

Unified Diff: Source/core/loader/cache/CachedResourceRequestInitiators.h

Issue 14672042: Prepare to add more initiator info to CachedResource(Request) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 7 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: Source/core/loader/cache/CachedResourceRequestInitiators.h
diff --git a/Source/core/loader/cache/CachedResourceRequestInitiators.h b/Source/core/loader/cache/CachedResourceRequestInitiators.h
index 7a5c078eeb1b66a0dad6ac4717d4294b9295cfc1..0856ea93db5b309911b02a9230a456c39878c53f 100644
--- a/Source/core/loader/cache/CachedResourceRequestInitiators.h
+++ b/Source/core/loader/cache/CachedResourceRequestInitiators.h
@@ -33,7 +33,12 @@ namespace WebCore {
struct CachedResourceRequestInitiators {
const AtomicString css;
+ const AtomicString document;
const AtomicString icon;
+ const AtomicString link;
+ const AtomicString processinginstruction;
+ const AtomicString texttrack;
+ const AtomicString xml;
const AtomicString xmlhttprequest;
WTF_MAKE_NONCOPYABLE(CachedResourceRequestInitiators); WTF_MAKE_FAST_ALLOCATED;
private:
« no previous file with comments | « Source/core/loader/cache/CachedResourceRequest.cpp ('k') | Source/core/loader/cache/CachedResourceRequestInitiators.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698