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

Unified Diff: gin/public/v8_platform.h

Issue 1742603004: Use Scoped version of AddTraceEvent for V8 Tracing in Chrome (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
« no previous file with comments | « no previous file | gin/v8_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/public/v8_platform.h
diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
index 54eae5221e84a748505709605fefbf624b3109a4..d1e703ea63a3a11f468a5c81faf9fa6eb3520b2b 100644
--- a/gin/public/v8_platform.h
+++ b/gin/public/v8_platform.h
@@ -36,6 +36,7 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
uint64_t AddTraceEvent(char phase,
const uint8_t* category_enabled_flag,
const char* name,
+ const char* scope,
uint64_t id,
uint64_t bind_id,
int32_t num_args,
« no previous file with comments | « no previous file | gin/v8_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698