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

Unified Diff: third_party/WebKit/public/web/WebDevToolsAgentClient.h

Issue 1765153002: Update DevTools Tracing.Start to accept trace config as a parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/public/web/WebDevToolsAgentClient.h
diff --git a/third_party/WebKit/public/web/WebDevToolsAgentClient.h b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
index 5f34857da41b8bc0f39937604ca479d806e6d011..70c38d947931bd8344b5e47cd0626220a0f8ccaa 100644
--- a/third_party/WebKit/public/web/WebDevToolsAgentClient.h
+++ b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
@@ -68,6 +68,7 @@ public:
virtual bool requestDevToolsForFrame(WebLocalFrame*) { return false; }
+ virtual void enableTracingWithConfigStr(const WebString& devtoolsStyleConfig) { }
virtual void enableTracing(const WebString& categoryFilter) { }
virtual void disableTracing() { }

Powered by Google App Engine
This is Rietveld 408576698