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

Unified Diff: content/child/blink_platform_impl.h

Issue 1354453002: Repurposed a now-redundant BlinkPlatformImpl::addTraceEvent override to be able to support bind_id (Closed) 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 | « no previous file | 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 dbe458d7a235506884864042075436aecb878eba..fc61c78487be77c35ebf5917b29337c90e25ca1f 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -115,12 +115,14 @@ class CONTENT_EXPORT BlinkPlatformImpl
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,
- unsigned char flags);
+ blink::WebConvertableToTraceFormat* convertable_values,
+ unsigned int flags);
virtual TraceEventHandle addTraceEvent(
char phase,
const unsigned char* category_group_enabled,
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698