Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
index ddee02632554345c38784e53f36275e8909671f4..64d8553ff7bf08f0772ee65893a61daae59c8a8b 100644 |
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h |
@@ -117,6 +117,7 @@ private: |
WebDevToolsAgentImpl(WebLocalFrameImpl*, WebDevToolsAgentClient*, PassOwnPtrWillBeRawPtr<InspectorOverlay>); |
// InspectorTracingAgent::Client implementation. |
+ void enableTracingWithConfigStr(const String& devtoolsStyleConfig) override; |
caseq
2016/03/05 02:25:24
Having to do all this plumbing is quite unfortunat
|
void enableTracing(const WTF::String& categoryFilter) override; |
void disableTracing() override; |