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

Unified Diff: tools/ipc_fuzzer/ipclist/ipclist.cc

Issue 677673002: Move LayoutTestMessageFilter-related IPCs to their own message file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-land-cs-show
Patch Set: try including ipc_message_macros.h Created 6 years, 2 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 | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/ipclist/ipclist.cc
diff --git a/tools/ipc_fuzzer/ipclist/ipclist.cc b/tools/ipc_fuzzer/ipclist/ipclist.cc
index 366bb5c0c8b94d769072eb1e3b010ee4f0783f73..f1d005029e567c606336a0a3b283edb3690c0574 100644
--- a/tools/ipc_fuzzer/ipclist/ipclist.cc
+++ b/tools/ipc_fuzzer/ipclist/ipclist.cc
@@ -49,6 +49,7 @@ static bool check_msgtable() {
exemptions.push_back(TestMsgStart);
exemptions.push_back(FirefoxImporterUnittestMsgStart);
exemptions.push_back(ShellMsgStart);
+ exemptions.push_back(LayoutTestMsgStart);
exemptions.push_back(MetroViewerMsgStart);
exemptions.push_back(CCMsgStart); // Nothing but param traits.
exemptions.push_back(CldDataProviderMsgStart); // Conditional build.
« no previous file with comments | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698