| Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| index a82fc6094fbecb5fa83bf3e3df7df88bfb3f3757..cf6b2bca2ac6fe36f0c57485ab4a59d764f5a978 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -178,14 +178,6 @@ void WebURLResponse::setTextEncodingName(const WebString& textEncodingName) {
|
| m_resourceResponse->setTextEncodingName(textEncodingName);
|
| }
|
|
|
| -WebString WebURLResponse::suggestedFileName() const {
|
| - return m_resourceResponse->suggestedFilename();
|
| -}
|
| -
|
| -void WebURLResponse::setSuggestedFileName(const WebString& suggestedFileName) {
|
| - m_resourceResponse->setSuggestedFilename(suggestedFileName);
|
| -}
|
| -
|
| WebURLResponse::HTTPVersion WebURLResponse::httpVersion() const {
|
| return static_cast<HTTPVersion>(m_resourceResponse->httpVersion());
|
| }
|
|
|