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

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

Issue 1998353003: Reduce ConsoleMessage API surface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1999463002
Patch Set: rebased Created 4 years, 7 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 5587c4696bd9c2429cee852e88622242e66190d1..046fa8790e6abdf6bc869191e427a98464ee2904 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
@@ -52,7 +52,7 @@ public:
protected:
explicit InspectorConsoleAgent(V8InspectorSession*);
- void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview);
+ void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview, double* timestamp = nullptr);
virtual ConsoleMessageStorage* messageStorage() = 0;
virtual void enableStackCapturingIfNeeded() = 0;

Powered by Google App Engine
This is Rietveld 408576698