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

Unified Diff: webkit/child/webkitplatformsupport_impl.h

Issue 66193005: Independently enable recording and event callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « content/renderer/devtools/devtools_agent.cc ('k') | webkit/child/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webkitplatformsupport_impl.h
diff --git a/webkit/child/webkitplatformsupport_impl.h b/webkit/child/webkitplatformsupport_impl.h
index 40859a224733291cdbc1fbf351f7652d32cb29d2..54e742e32b1a29e75de38a4107d67d2e70163bb7 100644
--- a/webkit/child/webkitplatformsupport_impl.h
+++ b/webkit/child/webkitplatformsupport_impl.h
@@ -87,7 +87,12 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :
const unsigned char* arg_types,
const unsigned long long* arg_values,
unsigned char flags);
+ // TODO(wangxianzhu): Remove this function after transition to the new one.
virtual void updateTraceEventDuration(TraceEventHandle);
+ virtual void updateTraceEventDuration(
+ const unsigned char* category_group_enabled,
+ const char* name,
+ TraceEventHandle);
virtual blink::WebData loadResource(const char* name);
virtual blink::WebString queryLocalizedString(
blink::WebLocalizedString::Name name);
« no previous file with comments | « content/renderer/devtools/devtools_agent.cc ('k') | webkit/child/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698