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

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

Issue 1859293002: [DevTools] Move Console to v8_inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/InspectorProfilerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
index 0f82ddd287b3382fdbbaa652b8c2fb271b676868..a364b9fb8804aa0bfa762177eab4db2635edcf0d 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h
@@ -62,9 +62,6 @@ public:
void dispose() override;
void restore() override;
- void consoleProfile(ExecutionContext*, const String16& title);
- void consoleProfileEnd(const String16& title);
-
void enable(ErrorString*) override;
void disable(ErrorString*) override;
void setSamplingInterval(ErrorString*, int) override;

Powered by Google App Engine
This is Rietveld 408576698