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

Unified Diff: webkit/glue/webkitplatformsupport_impl.cc

Issue 9234007: Cleanup trace_event.h, fix webkit API naming. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed BASE_EXPORT from inline TraceID Created 8 years, 11 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 | « webkit/glue/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/glue/webkitplatformsupport_impl.cc
diff --git a/webkit/glue/webkitplatformsupport_impl.cc b/webkit/glue/webkitplatformsupport_impl.cc
index f55ecb6f8f7211f59f24990d8269a441aa7fb52b..83c74e3cd7671ca5c563263b225e47ceccf4ae4d 100644
--- a/webkit/glue/webkitplatformsupport_impl.cc
+++ b/webkit/glue/webkitplatformsupport_impl.cc
@@ -305,7 +305,7 @@ void WebKitPlatformSupportImpl::traceEventEnd(const char* name, void* id,
TRACE_EVENT_END_ETW(name, id, extra);
}
-const unsigned char* WebKitPlatformSupportImpl::getCategoryEnabled(
+const unsigned char* WebKitPlatformSupportImpl::getTraceCategoryEnabledFlag(
const char* category_name) {
return TRACE_EVENT_API_GET_CATEGORY_ENABLED(category_name);
}
« no previous file with comments | « webkit/glue/webkitplatformsupport_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698