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

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

Issue 1917733002: [DevTools] Move part of CommandLineAPI to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/PageConsoleAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h b/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
index c1e2654ea27a270831eb7514b1d188a04e313552..1fe4e4140fdf9457ca9a79cc58f4241b13912bfc 100644
--- a/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
+++ b/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
@@ -60,6 +60,8 @@ public:
void workerTerminated(WorkerInspectorProxy*);
void workerConsoleAgentEnabled(WorkerInspectorProxy*);
+ void consoleMessagesCleared() override;
+
protected:
ConsoleMessageStorage* messageStorage() override;

Powered by Google App Engine
This is Rietveld 408576698