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

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

Issue 1842313004: Fix multiple IPC fuzzer compile failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/common/fileapi/webblob_messages.h ('k') | tools/ipc_fuzzer/message_lib/message_lib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/fuzzer.cc
diff --git a/tools/ipc_fuzzer/fuzzer/fuzzer.cc b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
index 9d027ecf581d2aeba393f73649d1a6ebb6ae207e..ba59021231eaa9e41d60e2a808664abcc35b0183 100644
--- a/tools/ipc_fuzzer/fuzzer/fuzzer.cc
+++ b/tools/ipc_fuzzer/fuzzer/fuzzer.cc
@@ -910,22 +910,6 @@ struct FuzzTraits<content::IndexedDBKeyPath> {
};
template <>
-struct FuzzTraits<content::NPIdentifier_Param> {
- static bool Fuzz(content::NPIdentifier_Param* p, Fuzzer* fuzzer) {
- // TODO(mbarbella): This should actually do something.
- return true;
- }
-};
-
-template <>
-struct FuzzTraits<content::NPVariant_Param> {
- static bool Fuzz(content::NPVariant_Param* p, Fuzzer* fuzzer) {
- // TODO(mbarbella): This should actually do something.
- return true;
- }
-};
-
-template <>
struct FuzzTraits<content::PageState> {
static bool Fuzz(content::PageState* p, Fuzzer* fuzzer) {
std::string data = p->ToEncodedData();
« no previous file with comments | « content/common/fileapi/webblob_messages.h ('k') | tools/ipc_fuzzer/message_lib/message_lib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698