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

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

Issue 967493002: DevTools: remove setLastEvaluationResult from the protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/core/inspector/InspectorConsoleAgent.h
diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h
index 5a53b7aae51d03b9f6f1e749f8875b5429c6bb68..6a354048df744cfce0b08b869b602724f8aaaa1c 100644
--- a/Source/core/inspector/InspectorConsoleAgent.h
+++ b/Source/core/inspector/InspectorConsoleAgent.h
@@ -77,8 +77,6 @@ public:
virtual bool isWorkerAgent() = 0;
- virtual void setLastEvaluationResult(ErrorString*, const String& objectId) override;
-
protected:
void sendConsoleMessageToFrontend(ConsoleMessage*, bool generatePreview);
virtual ConsoleMessageStorage* messageStorage() = 0;

Powered by Google App Engine
This is Rietveld 408576698