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

Unified Diff: webkit/child/webkitplatformsupport_impl.h

Issue 79373002: Remove temporary code after migration of Platform::updateTraceEventDuration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/debug/trace_event_impl.cc ('k') | webkit/child/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webkitplatformsupport_impl.h
diff --git a/webkit/child/webkitplatformsupport_impl.h b/webkit/child/webkitplatformsupport_impl.h
index 175bfe3a5c816e9679e767767daddf32de234919..000708b6c5045212253cebfa8af65bad163ab089 100644
--- a/webkit/child/webkitplatformsupport_impl.h
+++ b/webkit/child/webkitplatformsupport_impl.h
@@ -88,8 +88,6 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportImpl :
const unsigned char* arg_types,
const unsigned long long* arg_values,
unsigned char flags);
- // TODO(wangxianzhu): Remove this function after transition to the new one.
- virtual void updateTraceEventDuration(TraceEventHandle);
virtual void updateTraceEventDuration(
const unsigned char* category_group_enabled,
const char* name,
« no previous file with comments | « base/debug/trace_event_impl.cc ('k') | webkit/child/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698