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

Unified Diff: third_party/WebKit/Source/core/CoreInitializer.cpp

Issue 2341333003: Use chromium trace_event implementation in blink (Closed)
Patch Set: Created 4 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.h ('k') | third_party/WebKit/Source/core/dom/DocumentTiming.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/CoreInitializer.cpp
diff --git a/third_party/WebKit/Source/core/CoreInitializer.cpp b/third_party/WebKit/Source/core/CoreInitializer.cpp
index da3cbccf7a6c739474325ce60c5b79e266c1755b..cbc1bd73b30c848ee4a04b3499508d14a6e0bd42 100644
--- a/third_party/WebKit/Source/core/CoreInitializer.cpp
+++ b/third_party/WebKit/Source/core/CoreInitializer.cpp
@@ -53,7 +53,6 @@
#include "core/html/canvas/CanvasRenderingContextFactory.h"
#include "core/html/parser/HTMLParserThread.h"
#include "core/workers/WorkerThread.h"
-#include "platform/EventTracer.h"
#include "platform/FontFamilyNames.h"
#include "platform/HTTPNames.h"
#include "platform/RuntimeEnabledFeatures.h"
@@ -132,7 +131,6 @@ void CoreInitializer::initialize()
StyleChangeExtraData::init();
- EventTracer::initialize();
KURL::initialize();
SchemeRegistry::initialize();
SecurityPolicy::init();
« no previous file with comments | « base/trace_event/trace_event.h ('k') | third_party/WebKit/Source/core/dom/DocumentTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698