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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 8373003: Implement WebKitPlatformSupport::isTraceCategoryEnabled. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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 | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitplatformsupport_impl.h
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
index 16f8020943cd884f06b4a5e7abbfa42928f5c21b..c4a4afcb673403bd3598eb11825430a73b103eda 100644
--- a/webkit/glue/webkitplatformsupport_impl.h
+++ b/webkit/glue/webkitplatformsupport_impl.h
@@ -54,6 +54,7 @@ class WebKitPlatformSupportImpl : public WebKit::WebKitPlatformSupport {
const char* name, int sample, int min, int max, int bucket_count);
virtual void histogramEnumeration(
const char* name, int sample, int boundary_value);
+ virtual bool isTraceEventEnabledForCategory(const char* category) const;
tony 2011/10/21 23:20:06 OVERRIDE?
jamesr 2011/10/25 15:16:41 No, do not OVERRIDE
virtual void traceEventBegin(const char* name, void* id, const char* extra);
virtual void traceEventEnd(const char* name, void* id, const char* extra);
virtual WebKit::WebData loadResource(const char* name);
« no previous file with comments | « no previous file | webkit/glue/webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698