| Index: third_party/WebKit/public/platform/WebURLResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
|
| index ff22cb9a5ae479391245e7c64d44e3cf7cd7094c..64fbae544772c381577a59d3893d5ea5448794df 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -238,10 +238,6 @@ public:
|
| BLINK_PLATFORM_EXPORT bool wasAlternateProtocolAvailable() const;
|
| BLINK_PLATFORM_EXPORT void setWasAlternateProtocolAvailable(bool);
|
|
|
| - // Flag whether this request was loaded via an explicit proxy (HTTP, SOCKS, etc).
|
| - BLINK_PLATFORM_EXPORT bool wasFetchedViaProxy() const;
|
| - BLINK_PLATFORM_EXPORT void setWasFetchedViaProxy(bool);
|
| -
|
| // Flag whether this request was loaded via a ServiceWorker.
|
| BLINK_PLATFORM_EXPORT bool wasFetchedViaServiceWorker() const;
|
| BLINK_PLATFORM_EXPORT void setWasFetchedViaServiceWorker(bool);
|
|
|