Index: third_party/WebKit/Source/core/fetch/FetchUtils.h |
diff --git a/third_party/WebKit/Source/core/fetch/FetchUtils.h b/third_party/WebKit/Source/core/fetch/FetchUtils.h |
index 6c6f5083d0a717b63b64e2fa774a4e7429bbdebf..c2ff2e4cb4232146e469fe166830bdce8aeb1a35 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchUtils.h |
+++ b/third_party/WebKit/Source/core/fetch/FetchUtils.h |
@@ -25,6 +25,7 @@ public: |
static bool isForbiddenResponseHeaderName(const String& name); |
static bool isSimpleOrForbiddenRequest(const String& method, const HTTPHeaderMap&); |
static AtomicString normalizeMethod(const AtomicString& method); |
+ static String normalizeHeaderValue(const String& value); |
}; |
} // namespace blink |