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

Unified Diff: content/public/common/content_client.cc

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: Moved whitelist to chrome 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
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 421a0a335407b9da54c9cd86518c3dcfda34714d..cb5934f1358fbd140abb547699dbe0ec88fac3cd 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -112,4 +112,10 @@ bool ContentClient::GetSandboxProfileForSandboxType(
}
#endif
+base::trace_event::TraceEvent::EventFilterPredicate
+ContentClient::GetTraceEventFilterPredicate() const {
+ NOTIMPLEMENTED();
+ return base::trace_event::TraceEvent::EventFilterPredicate();
+}
+
} // namespace content
« content/browser/tracing/tracing_controller_impl.cc ('K') | « content/public/common/content_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698