| Index: third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPParsers.h b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| index 8fe5d2e95d6e571115490d6870eab92866eb1c88..93b81c6cb128791de349bc0d6131e801828b49f2 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| @@ -32,6 +32,7 @@
|
| #define HTTPParsers_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "platform/weborigin/ReferrerPolicy.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashSet.h"
|
| @@ -120,6 +121,8 @@ PLATFORM_EXPORT bool parseSuboriginHeader(const String& header, Suborigin*, WTF:
|
|
|
| PLATFORM_EXPORT ContentTypeOptionsDisposition parseContentTypeOptionsHeader(const String& header);
|
|
|
| +PLATFORM_EXPORT ReferrerPolicy parseReferrerPolicyHeader(const String& header);
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|