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 979302234bfebd8807e4c5acceb5d294c5f969c0..bdb00bb961ac57d33819b799772a3f169ddaaab1 100644 |
--- a/third_party/WebKit/Source/platform/network/ResourceRequest.h |
+++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h |
@@ -146,7 +146,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); } |
esprehn
2016/04/01 23:35:51
it's pretty weird that we're deleting the getter b
Nate Chapin
2016/04/01 23:37:15
Agreed. I hope to remove it when I resolve the TOD
|
EncodedFormData* httpBody() const; |