Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorSession.h

Issue 2194683003: [DevTools] Cleanup v8_inspector console API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/InspectorSession.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorSession.h b/third_party/WebKit/Source/core/inspector/InspectorSession.h
index 68fb1e331ffbba5a613b48e8249f2bacfa3f6711..f21be42bdacfbd4dba1faaff258861eb28007cbc 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorSession.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorSession.h
@@ -37,7 +37,6 @@ public:
virtual void resumeStartup() { }
virtual void profilingStarted() { }
virtual void profilingStopped() { }
- virtual void consoleCleared() { }
virtual ~Client() {}
};
@@ -65,7 +64,6 @@ private:
bool canExecuteScripts() override;
void profilingStarted() override;
void profilingStopped() override;
- void consoleCleared() override;
Client* m_client;
std::unique_ptr<V8InspectorSession> m_v8Session;
« no previous file with comments | « third_party/WebKit/Source/core/inspector/ConsoleTypes.h ('k') | third_party/WebKit/Source/core/inspector/InspectorSession.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698