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

Side by Side Diff: chrome/common/pepper_file_messages.h

Issue 6624066: Put file_system messages in their own file and move them to content, in prepa... (Closed) Base URL: svn://chrome-svn/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/file_system/file_system_dispatcher.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef CHROME_COMMON_PEPPER_FILE_MESSAGES_H_ 5 #ifndef CHROME_COMMON_PEPPER_FILE_MESSAGES_H_
6 #define CHROME_COMMON_PEPPER_FILE_MESSAGES_H_ 6 #define CHROME_COMMON_PEPPER_FILE_MESSAGES_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/common/common_param_traits.h" 9 #include "content/common/common_param_traits.h"
10 #include "ipc/ipc_message_macros.h" 10 #include "ipc/ipc_message_macros.h"
11 #include "ipc/ipc_param_traits.h" 11 #include "ipc/ipc_param_traits.h"
12 #include "ipc/ipc_platform_file.h" 12 #include "ipc/ipc_platform_file.h"
13 #include "webkit/plugins/ppapi/dir_contents.h" 13 #include "webkit/plugins/ppapi/dir_contents.h"
14 #include "webkit/plugins/ppapi/file_path.h" 14 #include "webkit/plugins/ppapi/file_path.h"
15 15
16 #define IPC_MESSAGE_START PepperFileMsgStart 16 #define IPC_MESSAGE_START PepperFileMsgStart
17 17
18 namespace IPC { 18 namespace IPC {
19 19
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 base::PlatformFileInfo, /* info */ 68 base::PlatformFileInfo, /* info */
69 base::PlatformFileError /* error_code */) 69 base::PlatformFileError /* error_code */)
70 70
71 // Get the directory's contents. 71 // Get the directory's contents.
72 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents, 72 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents,
73 webkit::ppapi::PepperFilePath /* path */, 73 webkit::ppapi::PepperFilePath /* path */,
74 webkit::ppapi::DirContents, /* contents */ 74 webkit::ppapi::DirContents, /* contents */
75 base::PlatformFileError /* error_code */) 75 base::PlatformFileError /* error_code */)
76 76
77 #endif // CHROME_COMMON_PEPPER_FILE_MESSAGES_H_ 77 #endif // CHROME_COMMON_PEPPER_FILE_MESSAGES_H_
OLDNEW
« no previous file with comments | « chrome/common/file_system/file_system_dispatcher.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698