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

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

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 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 | « third_party/cld_2/cld_2.gyp ('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 8b4d10c2bbe9e716358bbcc7b2c20d6a517e0da9..e2f17740828839f0d01218b89ecc2f687d8584d4 100644
--- a/tools/ipc_fuzzer/message_tools/message_list.cc
+++ b/tools/ipc_fuzzer/message_tools/message_list.cc
@@ -51,7 +51,6 @@ static bool check_msgtable() {
exemptions.push_back(LayoutTestMsgStart);
exemptions.push_back(MetroViewerMsgStart);
exemptions.push_back(CCMsgStart); // Nothing but param traits.
- exemptions.push_back(CldDataProviderMsgStart); // Conditional build.
#if defined(DISABLE_NACL)
exemptions.push_back(NaClMsgStart);
« no previous file with comments | « third_party/cld_2/cld_2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698