| Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| index 20e9010da987cc91bb5f9e6f9b869a80ba8ce13f..9c767d8d96d43a1378432e8dd4054d0a91edba3f 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
|
| @@ -210,6 +210,11 @@ void WebURLRequest::visitHTTPHeaderFields(WebHTTPHeaderVisitor* visitor) const
|
| visitor->visitHeader(it->key, it->value);
|
| }
|
|
|
| +WebString WebURLRequest::defaultHTTPUserAgent() const
|
| +{
|
| + return m_resourceRequest->defaultHTTPUserAgent();
|
| +}
|
| +
|
| WebHTTPBody WebURLRequest::httpBody() const
|
| {
|
| // TODO(mkwst): This is wrong, as it means that we're producing the body
|
|
|