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

Unified Diff: chrome/common/trace_event_args_whitelist.h

Issue 1115343002: Added a whitelist for trace events that are known to be PII-less. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always set the predicate Created 5 years, 7 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 | « chrome/common/OWNERS ('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
new file mode 100644
index 0000000000000000000000000000000000000000..ed89245a04649033e4fa4a978c91ecba3c443ca9
--- /dev/null
+++ b/chrome/common/trace_event_args_whitelist.h
@@ -0,0 +1,15 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_TRACE_EVENT_ARGS_WHITELIST_H_
+#define CHROME_COMMON_TRACE_EVENT_ARGS_WHITELIST_H_
+
+namespace chrome {
jam 2015/05/20 15:30:18 nit: using "chrome" namespace is deprecated. as ch
oystein (OOO til 10th of July) 2015/05/20 21:25:01 Done.
+
+bool IsTraceEventArgsWhitelisted(const char* category_group_name,
jam 2015/05/20 15:30:18 nit: add brief comment about what this method is u
oystein (OOO til 10th of July) 2015/05/20 21:25:01 Done.
+ const char* event_name);
+
+} // namespace chrome
+
+#endif // CHROME_COMMON_TRACE_EVENT_ARGS_WHITELIST_H_
« no previous file with comments | « chrome/common/OWNERS ('k') | chrome/common/trace_event_args_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698