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

Unified Diff: content/public/browser/trace_subscriber.h

Issue 12150004: Category group support/Renamings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added destructor for CategoryFilter class per CQ failure. Created 7 years, 8 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 | « content/public/browser/trace_controller.h ('k') | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/trace_subscriber.h
diff --git a/content/public/browser/trace_subscriber.h b/content/public/browser/trace_subscriber.h
index ec8d070ba4b8fc00e526aa0f5935972d0f05522d..02e9f1cf35d279cec99493d3eba6e481fef244f4 100644
--- a/content/public/browser/trace_subscriber.h
+++ b/content/public/browser/trace_subscriber.h
@@ -26,7 +26,7 @@ class TraceSubscriber {
virtual void OnTraceDataCollected(
const scoped_refptr<base::RefCountedString>& trace_fragment) = 0;
- // Called once after TraceController::GetKnownCategoriesAsync.
+ // Called once after TraceController::GetKnownCategoryGroupsAsync.
virtual void OnKnownCategoriesCollected(
const std::set<std::string>& known_categories) {}
« no previous file with comments | « content/public/browser/trace_controller.h ('k') | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698