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

Unified Diff: trace_event/trace_log.cc

Issue 2045303002: Update to Chromium //base at Chromium commit 3e81715e6d3a4324362635aea46ce1f1a163cca1. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/base@master
Patch Set: Created 4 years, 6 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 | « trace_event/trace_event_etw_export_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trace_event/trace_log.cc
diff --git a/trace_event/trace_log.cc b/trace_event/trace_log.cc
index aebb5e44375d86f1a7261aadb6cf991899480758..2822c3742f51b70752589ef573a6da9fd8fe2be9 100644
--- a/trace_event/trace_log.cc
+++ b/trace_event/trace_log.cc
@@ -1662,9 +1662,9 @@ void TraceLog::UpdateETWCategoryGroupEnabledFlags() {
DCHECK(category_group);
if (base::trace_event::TraceEventETWExport::IsCategoryGroupEnabled(
category_group)) {
- g_category_group_enabled[category_index] |= ENABLED_FOR_ETW_EXPORT;
+ g_category_group_enabled[i] |= ENABLED_FOR_ETW_EXPORT;
} else {
- g_category_group_enabled[category_index] &= ~ENABLED_FOR_ETW_EXPORT;
+ g_category_group_enabled[i] &= ~ENABLED_FOR_ETW_EXPORT;
}
}
}
« no previous file with comments | « trace_event/trace_event_etw_export_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698