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

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

Issue 106163003: Refactor IPC fuzzer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: tools/ipc_fuzzer/mutate/mutate.cc
diff --git a/chrome/test/data/extensions/api_test/activity_log_private/friend/google_cs.js b/tools/ipc_fuzzer/mutate/mutate.cc
similarity index 75%
copy from chrome/test/data/extensions/api_test/activity_log_private/friend/google_cs.js
copy to tools/ipc_fuzzer/mutate/mutate.cc
index b8e380494e9e0e2d4f0ecece5acd27554c65c7b0..7137ffb80e5bc6bb9279ab13808ef9d709d463f9 100644
--- a/chrome/test/data/extensions/api_test/activity_log_private/friend/google_cs.js
+++ b/tools/ipc_fuzzer/mutate/mutate.cc
@@ -2,4 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-console.log('g o o g l e');
+int main(int argc, const char** argv) {
+ return 0;
Tom Sepez 2013/12/05 19:05:49 nit: put a // TODO(aedla): Implement mutator. or s
aedla 2013/12/05 23:16:21 Done.
+}

Powered by Google App Engine
This is Rietveld 408576698