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

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: 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/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
This is Rietveld 408576698