diff options
author | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-21 21:48:17 +0000 |
---|---|---|
committer | wangxianzhu@chromium.org <wangxianzhu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-21 21:48:17 +0000 |
commit | dc69c927cc3531871721f43f498113d3bdacbc21 (patch) | |
tree | 0c44740edade4e67cf1b659727287840e65c0673 /webkit/child | |
parent | 690679e143ba9762ba4cbd2721a922e914189116 (diff) | |
download | chromium_src-dc69c927cc3531871721f43f498113d3bdacbc21.zip chromium_src-dc69c927cc3531871721f43f498113d3bdacbc21.tar.gz chromium_src-dc69c927cc3531871721f43f498113d3bdacbc21.tar.bz2 |
Remove temporary code after migration of Platform::updateTraceEventDuration
BUG=none
Review URL: https://codereview.chromium.org/79373002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child')
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.cc | 6 | ||||
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.h | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc index 48c8854..137a2b3 100644 --- a/webkit/child/webkitplatformsupport_impl.cc +++ b/webkit/child/webkitplatformsupport_impl.cc @@ -490,12 +490,6 @@ blink::Platform::TraceEventHandle WebKitPlatformSupportImpl::addTraceEvent( return result; } -// TODO(wangxianzhu): Remove this. -void WebKitPlatformSupportImpl::updateTraceEventDuration( - TraceEventHandle handle) { - updateTraceEventDuration(NULL, NULL, handle); -} - void WebKitPlatformSupportImpl::updateTraceEventDuration( const unsigned char* category_group_enabled, const char* name, diff --git a/webkit/child/webkitplatformsupport_impl.h b/webkit/child/webkitplatformsupport_impl.h index 175bfe3..000708b 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, |