OLD | NEW |
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 // Multiply-included message file, no traditional include guard. | 5 // Multiply-included message file, no traditional include guard. |
6 #include "content/common/common_param_traits.h" | 6 #include "content/common/common_param_traits.h" |
7 #include "ipc/ipc_message_macros.h" | 7 #include "ipc/ipc_message_macros.h" |
8 #include "ipc/ipc_param_traits.h" | 8 #include "ipc/ipc_param_traits.h" |
9 #include "ipc/ipc_platform_file.h" | 9 #include "ipc/ipc_platform_file.h" |
10 #include "webkit/plugins/ppapi/dir_contents.h" | 10 #include "webkit/plugins/ppapi/dir_contents.h" |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 webkit::ppapi::PepperFilePath /* path */, | 70 webkit::ppapi::PepperFilePath /* path */, |
71 base::PlatformFileInfo, /* info */ | 71 base::PlatformFileInfo, /* info */ |
72 base::PlatformFileError /* error_code */) | 72 base::PlatformFileError /* error_code */) |
73 | 73 |
74 // Get the directory's contents. | 74 // Get the directory's contents. |
75 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents, | 75 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents, |
76 webkit::ppapi::PepperFilePath /* path */, | 76 webkit::ppapi::PepperFilePath /* path */, |
77 webkit::ppapi::DirContents, /* contents */ | 77 webkit::ppapi::DirContents, /* contents */ |
78 base::PlatformFileError /* error_code */) | 78 base::PlatformFileError /* error_code */) |
79 | 79 |
OLD | NEW |