| 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 3594ce17684ed36afdec1fed4774417eb7e6eb74..c47898a33c36ee18637da95b9a0e698c8386a358 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;
|
|
|