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

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

Issue 976263002: HTML Imports: Teach preloader about HTML Imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test Created 5 years, 6 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/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 0acaf35cc4fd9d11357f3f340bcb1c516211fcf3..488ecc7de38253ca3b0907467743cfa3eec54e28 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -90,6 +90,7 @@ public:
GCObservation* observeGC(ScriptValue);
bool isPreloaded(const String& url);
+ bool isPreloadedBy(const String& url, Document*);
bool isLoadingFromMemoryCache(const String& url);
bool isSharingStyle(Element*, Element*) const;

Powered by Google App Engine
This is Rietveld 408576698