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

Unified Diff: chrome/common/trace_event_args_whitelist.cc

Issue 1833573002: Move TRACE_EVENT in IPC message dispatch to add message name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@only_thread_name
Patch Set: Remove patch deppendency. Created 4 years, 9 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 | « no previous file | ipc/ipc_channel_proxy.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.cc
diff --git a/chrome/common/trace_event_args_whitelist.cc b/chrome/common/trace_event_args_whitelist.cc
index e21c6d5fa4c221464d919716041f08eb63db2b39..21d76c78fc805eaf6629bdd4de6643eb52d281ce 100644
--- a/chrome/common/trace_event_args_whitelist.cc
+++ b/chrome/common/trace_event_args_whitelist.cc
@@ -21,7 +21,6 @@ const char* const kInputLatencyAllowedArgs[] = {"data", nullptr};
const WhitelistEntry kEventArgsWhitelist[] = {
{"__metadata", "thread_name", nullptr},
- {"ipc", "ChannelProxy::Context::OnDispatchMessage", nullptr},
{"ipc", "SyncChannel::Send", nullptr},
{"toplevel", "*", nullptr},
{"latencyInfo", "*", kInputLatencyAllowedArgs},
« no previous file with comments | « no previous file | ipc/ipc_channel_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698