| 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_
|
|
|