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

Unified Diff: src/libplatform/tracing/trace-config.cc

Issue 2462143002: [Tracing] Remove unused excluded categories list. (Closed)
Patch Set: Created 4 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 | « src/d8.cc ('k') | test/cctest/libplatform/test-tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/libplatform/tracing/trace-config.cc
diff --git a/src/libplatform/tracing/trace-config.cc b/src/libplatform/tracing/trace-config.cc
index 7a824f614ed8ae476c4667e829eda7861f96ce74..e77d191e5e1cc32737d205842a1fd80d00e35ebf 100644
--- a/src/libplatform/tracing/trace-config.cc
+++ b/src/libplatform/tracing/trace-config.cc
@@ -32,11 +32,6 @@ void TraceConfig::AddIncludedCategory(const char* included_category) {
included_categories_.push_back(included_category);
}
-void TraceConfig::AddExcludedCategory(const char* excluded_category) {
- DCHECK(excluded_category != NULL && strlen(excluded_category) > 0);
- excluded_categories_.push_back(excluded_category);
-}
-
} // namespace tracing
} // namespace platform
} // namespace v8
« no previous file with comments | « src/d8.cc ('k') | test/cctest/libplatform/test-tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698