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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.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/InspectorConsoleAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
index 67d7271084a341e1bc02126081a72ed5d4a764f8..c63eade189dd1d3a5ca00524640094c5aebdf3fa 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
@@ -49,8 +49,7 @@ public:
void restore() final;
void addMessageToConsole(ConsoleMessage*);
- void clearAllMessages();
- void consoleMessagesCleared();
+ virtual void consoleMessagesCleared();
protected:
void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview);

Powered by Google App Engine
This is Rietveld 408576698