| Index: third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| index b3b9d17cb64d39b80a6ef6a0ba2ad2166ea413c4..f4d8e55108f9ae77527ab77e6cea033b33950e12 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| @@ -148,7 +148,6 @@ public:
|
| void setHTTPUserAgent(const AtomicString& httpUserAgent) { setHTTPHeaderField(HTTPNames::User_Agent, httpUserAgent); }
|
| void clearHTTPUserAgent();
|
|
|
| - const AtomicString& httpAccept() const { return httpHeaderField(HTTPNames::Accept); }
|
| void setHTTPAccept(const AtomicString& httpAccept) { setHTTPHeaderField(HTTPNames::Accept, httpAccept); }
|
|
|
| EncodedFormData* httpBody() const;
|
|
|