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; |