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

Unified Diff: chrome/common/trace_event_args_whitelist.h

Issue 1502583003: [Tracing] Add metadata filter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile failure on win Created 5 years 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 | « chrome/browser/tracing/chrome_tracing_delegate.cc ('k') | chrome/common/trace_event_args_whitelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/trace_event_args_whitelist.h
diff --git a/chrome/common/trace_event_args_whitelist.h b/chrome/common/trace_event_args_whitelist.h
index 2d9f158b9d9ba98240c6cb46288205f3824ad433..ffff5190455130a1f5079415b343cb1546c54da7 100644
--- a/chrome/common/trace_event_args_whitelist.h
+++ b/chrome/common/trace_event_args_whitelist.h
@@ -14,4 +14,8 @@ bool IsTraceEventArgsWhitelisted(
const char* event_name,
base::trace_event::ArgumentNameFilterPredicate* arg_name_filter);
+// Used to filter metadata against a whitelist of metadata names that have been
+// manually vetted to not include any PII.
+bool IsMetadataWhitelisted(const std::string& metadata_name);
+
#endif // CHROME_COMMON_TRACE_EVENT_ARGS_WHITELIST_H_
« no previous file with comments | « chrome/browser/tracing/chrome_tracing_delegate.cc ('k') | chrome/common/trace_event_args_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698