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

Side by Side Diff: content/common/file_system_messages.h

Issue 7768001: Add support for exporting IPC messages from component DLLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // IPC messages for the file system. 5 // IPC messages for the file system.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "base/file_util_proxy.h" 8 #include "base/file_util_proxy.h"
9 #include "googleurl/src/gurl.h"
9 #include "ipc/ipc_message_macros.h" 10 #include "ipc/ipc_message_macros.h"
10 #include "ipc/ipc_platform_file.h" 11 #include "ipc/ipc_platform_file.h"
11 #include "webkit/fileapi/file_system_types.h" 12 #include "webkit/fileapi/file_system_types.h"
12 13
13 #define IPC_MESSAGE_START FileSystemMsgStart 14 #define IPC_MESSAGE_START FileSystemMsgStart
14 15
15 IPC_STRUCT_TRAITS_BEGIN(base::FileUtilProxy::Entry) 16 IPC_STRUCT_TRAITS_BEGIN(base::FileUtilProxy::Entry)
16 IPC_STRUCT_TRAITS_MEMBER(name) 17 IPC_STRUCT_TRAITS_MEMBER(name)
17 IPC_STRUCT_TRAITS_MEMBER(is_directory) 18 IPC_STRUCT_TRAITS_MEMBER(is_directory)
18 IPC_STRUCT_TRAITS_END() 19 IPC_STRUCT_TRAITS_END()
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 GURL /* file path */, 139 GURL /* file path */,
139 FilePath /* platform_path */) 140 FilePath /* platform_path */)
140 141
141 // Pre- and post-update notifications for ppapi implementation. 142 // Pre- and post-update notifications for ppapi implementation.
142 IPC_MESSAGE_CONTROL1(FileSystemHostMsg_WillUpdate, 143 IPC_MESSAGE_CONTROL1(FileSystemHostMsg_WillUpdate,
143 GURL /* file_path */) 144 GURL /* file_path */)
144 145
145 IPC_MESSAGE_CONTROL2(FileSystemHostMsg_DidUpdate, 146 IPC_MESSAGE_CONTROL2(FileSystemHostMsg_DidUpdate,
146 GURL /* file_path */, 147 GURL /* file_path */,
147 int64 /* delta */) 148 int64 /* delta */)
OLDNEW
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_test_utils.h ('k') | content/common/quota_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698