| 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 e5f1f0c16bfd00df4a8d8e1b7c3322b5df5677e6..5cb2865cf5fae93e3afe7c1ef39ca2f373f29c37 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPParsers.h
|
| @@ -177,8 +177,6 @@ PLATFORM_EXPORT bool ParseContentRangeHeaderFor206(const String& content_range,
|
| PLATFORM_EXPORT std::unique_ptr<ServerTimingHeaderVector>
|
| ParseServerTimingHeader(const String&);
|
|
|
| -PLATFORM_EXPORT String CheckDoubleQuotedString(const String&);
|
| -
|
| using Mode = blink::ParsedContentType::Mode;
|
| PLATFORM_EXPORT bool Consume(char, const String&, unsigned&);
|
| PLATFORM_EXPORT bool ConsumeToken(Mode, const String&, unsigned&, StringView&);
|
|
|