| 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 5b5c8c4a03d449fa3ae09795fcf0eb44a10f5c38..540d5c22c3ea1993e0ef162c5665df73307864a3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -396,16 +396,6 @@ void WebURLResponse::setWasAlternateProtocolAvailable(bool value)
|
| m_resourceResponse->setWasAlternateProtocolAvailable(value);
|
| }
|
|
|
| -bool WebURLResponse::wasFetchedViaProxy() const
|
| -{
|
| - return m_resourceResponse->wasFetchedViaProxy();
|
| -}
|
| -
|
| -void WebURLResponse::setWasFetchedViaProxy(bool value)
|
| -{
|
| - m_resourceResponse->setWasFetchedViaProxy(value);
|
| -}
|
| -
|
| bool WebURLResponse::wasFetchedViaServiceWorker() const
|
| {
|
| return m_resourceResponse->wasFetchedViaServiceWorker();
|
|
|