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

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

Issue 1840933002: Do not rely on broken images in http/tests/multipart/ tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 1 month 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 a0fc9fb9a26c4d3fd0c56389f24b67688a305dd4..7d5bd77a86bbdf6f10c4a521975547b2c4b0ad91 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -101,6 +101,7 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
bool isPreloaded(const String& url);
bool isPreloadedBy(const String& url, Document*);
+ bool isLoading(const String& url);
bool isLoadingFromMemoryCache(const String& url);
int getResourcePriority(const String& url, Document*);
String getResourceHeader(const String& url, const String& header, Document*);

Powered by Google App Engine
This is Rietveld 408576698