| 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 a25d5a12b86e67d496c6e2dd3111fc3ca5cb19f8..b7fac814bf55490535d89da53f65f0a5054cb2f1 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
|
| @@ -125,6 +125,7 @@ private:
|
| void resumeStartup() override;
|
| void profilingStarted() override;
|
| void profilingStopped() override;
|
| + void consoleCleared() override;
|
|
|
| // WebThread::TaskObserver implementation.
|
| void willProcessTask() override;
|
|
|