| 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 0080aa157c2dc73ff81b9518c3a08693d1b5819e..48ec089b26d96c24ceb47bcb75bf67b392c7880c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -66,7 +66,6 @@ class CORE_EXPORT InspectorPageAgent final
|
| public:
|
| virtual ~Client() {}
|
| virtual void PageLayoutInvalidated(bool resized) {}
|
| - virtual void ConfigureOverlay(bool suspended, const String& message) {}
|
| virtual void WaitForCreateWindow(LocalFrame*) {}
|
| };
|
|
|
| @@ -139,8 +138,6 @@ class CORE_EXPORT InspectorPageAgent final
|
| Maybe<int> max_height,
|
| Maybe<int> every_nth_frame) override;
|
| protocol::Response stopScreencast() override;
|
| - protocol::Response configureOverlay(Maybe<bool> suspended,
|
| - Maybe<String> message) override;
|
| protocol::Response getLayoutMetrics(
|
| std::unique_ptr<protocol::Page::LayoutViewport>*,
|
| std::unique_ptr<protocol::Page::VisualViewport>*,
|
|
|