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

Unified Diff: Source/platform/PlatformInstrumentation.cpp

Issue 337143002: DevTools: switch devtools platform events to new timeline category (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformInstrumentation.cpp
diff --git a/Source/platform/PlatformInstrumentation.cpp b/Source/platform/PlatformInstrumentation.cpp
index 07edcbff1f40eae0699a8f0c3c7fca05a2fab7a8..0c3abab3896a57cc85772d2a8004a1508f8f94c8 100644
--- a/Source/platform/PlatformInstrumentation.cpp
+++ b/Source/platform/PlatformInstrumentation.cpp
@@ -34,7 +34,7 @@
namespace WebCore {
-const char PlatformInstrumentation::CategoryName[] = "devtools";
+const char PlatformInstrumentation::CategoryName[] = TRACE_DISABLED_BY_DEFAULT("devtools.timeline");
const char PlatformInstrumentation::ImageDecodeEvent[] = "Decode Image";
const char PlatformInstrumentation::ImageResizeEvent[] = "Resize Image";
« no previous file with comments | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698