Chromium Code Reviews| 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.
|
| +} |