| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| index 641c292e670323605cebb7ddf4f1a5fbcba5cf87..4a27b259158a4e9fe067d9e021c9adbd87b2a12a 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -118,14 +118,12 @@ private:
|
|
|
| // InspectorPageAgent::Client implementation.
|
| void pageLayoutInvalidated(bool resized) override;
|
| - void setPausedInDebuggerMessage(const String&) override;
|
| + void configureOverlay(bool suspended, const String& message) override;
|
| void waitForCreateWindow(LocalFrame*) override;
|
|
|
| // InspectorSession::Client implementation.
|
| void sendProtocolMessage(int sessionId, int callId, const String& response, const String& state) override;
|
| void resumeStartup() override;
|
| - void profilingStarted() override;
|
| - void profilingStopped() override;
|
|
|
| // WebThread::TaskObserver implementation.
|
| void willProcessTask() override;
|
|
|