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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2389753002: doc.write blocking intervention warning header (Closed)
Patch Set: Rebased till refs/heads/master@{#422406} 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/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index f44de15da9eefb205bc0d232251fd3c9a762ad4a..50821e80acb25a0e1f3e638c023c130b645a1479 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -98,6 +98,7 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
bool isPreloadedBy(const String& url, Document*);
bool isLoadingFromMemoryCache(const String& url);
int getResourcePriority(const String& url, Document*);
+ String getResourceHeader(const String& url, const String& header, Document*);
bool isSharingStyle(Element*, Element*) const;

Powered by Google App Engine
This is Rietveld 408576698