| Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| index c5237f32a7face254e41c5571db37f9ae216350a..78c57b9293775e96443e5fcc3633558164bda8f1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -146,6 +146,7 @@ public:
|
| void setCacheDisabled(ErrorString*, bool cacheDisabled) override;
|
| void setBypassServiceWorker(ErrorString*, bool bypass) override;
|
| void setDataSizeLimitsForTest(ErrorString*, int maxTotalSize, int maxResourceSize) override;
|
| + void getCertificate(ErrorString*, const String& origin, std::unique_ptr<protocol::Array<String>>* certificate) override;
|
|
|
| // Called from other agents.
|
| void setHostId(const String&);
|
|
|