| 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 f97b9ff6fb6598496a663af2d92f2be9f72ee06d..3a9a87c4c381b538b95fd9eaf6daf5ac914a536c 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;
|
|
|