| 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 c2ff2e4cb4232146e469fe166830bdce8aeb1a35..b9f99c110239bb3e7ea5b2b109f506497e5a3036 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchUtils.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchUtils.h
|
| @@ -18,6 +18,7 @@ class CORE_EXPORT FetchUtils {
|
| public:
|
| static bool isSimpleMethod(const String& method);
|
| static bool isSimpleHeader(const AtomicString& name, const AtomicString& value);
|
| + static bool isSimpleContentType(const AtomicString& mediaType);
|
| static bool isSimpleRequest(const String& method, const HTTPHeaderMap&);
|
| static bool isForbiddenMethod(const String& method);
|
| static bool isUsefulMethod(const String& method) { return !isForbiddenMethod(method); }
|
|
|