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

Unified Diff: chrome/browser/ipc_fuzzer_host.h

Issue 18254010: IPC fuzzer child process component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed some files Created 7 years, 5 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
Index: chrome/browser/ipc_fuzzer_host.h
diff --git a/chrome/browser/ipc_fuzzer_host.h b/chrome/browser/ipc_fuzzer_host.h
new file mode 100644
index 0000000000000000000000000000000000000000..f734070d72f882d9c085062e0bf30eada36bc44d
--- /dev/null
+++ b/chrome/browser/ipc_fuzzer_host.h
@@ -0,0 +1,16 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_IPC_FUZZER_HOST_H_
+#define CHROME_BROWSER_IPC_FUZZER_HOST_H_
+
+#include "content/public/browser/render_process_host.h"
+
+namespace chrome {
Tom Sepez 2013/07/12 18:47:20 Does this whole thing get an ifdef?
aedla 2013/07/15 16:12:08 I actually put this file to ipc_fuzzer.gypi, so it
+
+void SendTestcaseToIpcFuzzer(content::RenderProcessHost* host);
+
+} // namespace chrome
+
+#endif // CHROME_BROWSER_IPC_FUZZER_HOST_H_

Powered by Google App Engine
This is Rietveld 408576698