Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h

Issue 1859293002: [DevTools] Move Console to v8_inspector (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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
index 24bef9537c7e5859de061e6d747f8edd55d7fb85..345cf70cf1a0294c733052037c615b9df3250a08 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8ProfilerAgent.h
@@ -15,10 +15,6 @@ class PLATFORM_EXPORT V8ProfilerAgent : public protocol::Backend::Profiler, publ
public:
virtual ~V8ProfilerAgent() { }
- // API for the embedder.
- virtual void consoleProfile(const String16& title) = 0;
- virtual void consoleProfileEnd(const String16& title) = 0;
-
virtual void idleStarted() = 0;
virtual void idleFinished() = 0;
};

Powered by Google App Engine