| Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| index 6964588cdca917b07bdd0d6c974e38428b5c06c0..ee127e3a5108d6016e1777d56249ae1b660d45d6 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -144,6 +144,7 @@ public:
|
| void canClearBrowserCookies(ErrorString*, bool* result) override;
|
| void emulateNetworkConditions(ErrorString*, bool offline, double latency, double downloadThroughput, double uploadThroughput) override;
|
| void setCacheDisabled(ErrorString*, bool cacheDisabled) override;
|
| + void setBypassServiceWorker(ErrorString*, bool bypass) override;
|
| void setDataSizeLimitsForTest(ErrorString*, int maxTotalSize, int maxResourceSize) override;
|
|
|
| // Called from other agents.
|
|
|