| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index bee5a7eb71d8a8d201d164d98d3ee8adbbbe05ef..9eb73761522d398013e285e7f1788ed651183f14 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -133,7 +133,6 @@ class CORE_EXPORT InspectorPageAgent final
|
| Response stopScreencast() override;
|
| Response configureOverlay(Maybe<bool> suspended,
|
| Maybe<String> message) override;
|
| - Response setBlockedEventsWarningThreshold(double) override;
|
| Response getLayoutMetrics(
|
| std::unique_ptr<protocol::Page::LayoutViewport>*,
|
| std::unique_ptr<protocol::Page::VisualViewport>*) override;
|
|
|