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

Unified Diff: content/child/blink_platform_impl.h

Issue 1381023002: NOCOMMIT: Blink tracing now uses base Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « base/trace_event/trace_event_common.h ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 4ec165945e44cd1b3561898702a409248ae00b22..49f22fb0c2abdf0df551822a746f62eb1260f39b 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -116,34 +116,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
const char* category_name) override;
TraceEventAPIAtomicWord* getTraceSamplingState(
const unsigned thread_bucket) override;
- virtual TraceEventHandle addTraceEvent(
- char phase,
- const unsigned char* category_group_enabled,
- const char* name,
- unsigned long long id,
- unsigned long long bind_id,
- double timestamp,
- int num_args,
- const char** arg_names,
- const unsigned char* arg_types,
- const unsigned long long* arg_values,
- blink::WebConvertableToTraceFormat* convertable_values,
- unsigned int flags);
- virtual TraceEventHandle addTraceEvent(
- char phase,
- const unsigned char* category_group_enabled,
- const char* name,
- unsigned long long id,
- double timestamp,
- int num_args,
- const char** arg_names,
- const unsigned char* arg_types,
- const unsigned long long* arg_values,
- blink::WebConvertableToTraceFormat* convertable_values,
- unsigned char flags);
- void updateTraceEventDuration(const unsigned char* category_group_enabled,
- const char* name,
- TraceEventHandle) override;
void registerMemoryDumpProvider(blink::WebMemoryDumpProvider* wmdp) override;
void unregisterMemoryDumpProvider(
blink::WebMemoryDumpProvider* wmdp) override;
« no previous file with comments | « base/trace_event/trace_event_common.h ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698