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

Unified Diff: tools/ipc_fuzzer/message_tools/message_list.cc

Issue 1706603004: Replace web_cache_messages.h with Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only 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
« components/web_cache/renderer/BUILD.gn ('K') | « 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/message_tools/message_list.cc
diff --git a/tools/ipc_fuzzer/message_tools/message_list.cc b/tools/ipc_fuzzer/message_tools/message_list.cc
index 69e469967544d51ac1c6d202373d199ff2f18f44..8b4d10c2bbe9e716358bbcc7b2c20d6a517e0da9 100644
--- a/tools/ipc_fuzzer/message_tools/message_list.cc
+++ b/tools/ipc_fuzzer/message_tools/message_list.cc
@@ -53,9 +53,6 @@ static bool check_msgtable() {
exemptions.push_back(CCMsgStart); // Nothing but param traits.
exemptions.push_back(CldDataProviderMsgStart); // Conditional build.
- // Sent from browser to renderer.
- exemptions.push_back(WebCacheMsgStart);
-
#if defined(DISABLE_NACL)
exemptions.push_back(NaClMsgStart);
#endif // defined(DISABLE_NACL)
« components/web_cache/renderer/BUILD.gn ('K') | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698