| 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;
|
|
|
|
|