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

Unified Diff: chrome/common/utility_messages.h

Issue 6646005: Creates the ipclist utility that chrome security team has wanted to dump... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/common/render_messages.h ('k') | chrome/tools/ipclist/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/utility_messages.h
===================================================================
--- chrome/common/utility_messages.h (revision 78443)
+++ chrome/common/utility_messages.h (working copy)
@@ -26,11 +26,17 @@
#define IPC_MESSAGE_START UtilityMsgStart
+// Singly-included secton, not yet converted
+#ifndef CHROME_COMMON_UTILITY_MESSAGES_H_
+#define CHROME_COMMON_UTILITY_MESSAGES_H_
+
class FilePath;
class IndexedDBKey;
class SerializedScriptValue;
class SkBitmap;
+#endif // CHROME_COMMON_UTILITY_MESSAGES_H_
+
// Traits for UpdateManifest::Result.
IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Result)
IPC_STRUCT_TRAITS_MEMBER(extension_id)
@@ -85,7 +91,7 @@
IPC_MESSAGE_CONTROL3(UtilityMsg_InjectIDBKey,
IndexedDBKey /* key */,
SerializedScriptValue /* value */,
- string16 /* key path*/);
+ string16 /* key path*/)
// Tells the utility process that it's running in batch mode.
IPC_MESSAGE_CONTROL0(UtilityMsg_BatchMode_Started)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/tools/ipclist/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698