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

Unified Diff: webkit/child/webkitplatformsupport_impl.cc

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 | « webkit/child/webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webkitplatformsupport_impl.cc
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc
index 48c8854e941b3c05dacbe64f708abddc8c8b9af3..137a2b3f23d815058012ac21a5115b7e32352d6f 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,
« no previous file with comments | « webkit/child/webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698