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

Unified Diff: Source/platform/PlatformInstrumentation.cpp

Issue 180783016: Only use devtools category for devtools instrumentation trace events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « 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 b0eb9a95dc61ab3a8797e81e71dd97ef6b498f47..07edcbff1f40eae0699a8f0c3c7fca05a2fab7a8 100644
--- a/Source/platform/PlatformInstrumentation.cpp
+++ b/Source/platform/PlatformInstrumentation.cpp
@@ -34,7 +34,7 @@
namespace WebCore {
-const char PlatformInstrumentation::CategoryName[] = "webkit";
+const char PlatformInstrumentation::CategoryName[] = "devtools";
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