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

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

Issue 2260303002: Sending an async GET request for doc.written blocked scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows compile error for GetResourcePriority return type fixed. Created 4 years, 3 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 1126b602539f38d2982e14c6c50d9f38f66f2507..58092250fd1eae54aa35a18e5c8f144b006b4488 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -90,6 +90,7 @@ public:
bool isPreloaded(const String& url);
bool isPreloadedBy(const String& url, Document*);
bool isLoadingFromMemoryCache(const String& url);
+ int getResourcePriority(const String& url, Document*);
bool isSharingStyle(Element*, Element*) const;

Powered by Google App Engine
This is Rietveld 408576698