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

Unified Diff: chrome/tools/ipclist/ipcfuzz.cc

Issue 11347012: Split IPC logging between content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 2 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/tools/ipclist/ipcfuzz.cc
diff --git a/chrome/tools/ipclist/ipcfuzz.cc b/chrome/tools/ipclist/ipcfuzz.cc
index 6a58949e023e08fae3edb68af73b4f9eef6372b7..87fe2c20602eb9790752b246b453716d7a17a98d 100644
--- a/chrome/tools/ipclist/ipcfuzz.cc
+++ b/chrome/tools/ipclist/ipcfuzz.cc
@@ -20,6 +20,7 @@
#include "base/time.h"
#include "base/utf_string_conversions.h"
#include "chrome/common/all_messages.h"
+#include "content/common/all_messages.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_message_utils.h"
#include "ipc/ipc_switches.h"
@@ -550,6 +551,7 @@ class PickleCracker : public Pickle {
// Bring them into existence.
#include "chrome/common/all_messages.h"
+#include "content/common/all_messages.h"
// Redefine macros to generate fuzzing funtions
#include "ipc/ipc_message_null_macros.h"
@@ -635,6 +637,7 @@ class PickleCracker : public Pickle {
#define IPC_MEMBERS_OUT_5() NULL, NULL, NULL, NULL, NULL
#include "chrome/common/all_messages.h"
+#include "content/common/all_messages.h"
typedef IPC::Message* (*FuzzFunction)(IPC::Message*, IPC::Fuzzer*);
typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;
@@ -647,6 +650,7 @@ typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;
void PopulateFuzzFunctionMap(FuzzFunctionMap *map) {
#include "chrome/common/all_messages.h"
+#include "content/common/all_messages.h"
}
class ipcfuzz : public IPC::ChannelProxy::OutgoingMessageFilter {

Powered by Google App Engine
This is Rietveld 408576698