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

Unified Diff: third_party/WebKit/Source/platform/network/HTTPParsers.h

Issue 2889033002: Better header value parsing for Server-Timing. (Closed)
Patch Set: add TODOs for skipping all whitespace Created 3 years, 7 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/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&);

Powered by Google App Engine
This is Rietveld 408576698