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

Side by Side Diff: ppapi/proxy/pepper_file_messages.h

Issue 11443016: Revert 171080 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1349/src/
Patch Set: Created 8 years 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 | « ppapi/proxy/flash_file_resource.cc ('k') | ppapi/proxy/pepper_file_messages.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "ipc/ipc_message_macros.h" 6 #include "ipc/ipc_message_macros.h"
7 #include "ipc/ipc_param_traits.h" 7 #include "ipc/ipc_param_traits.h"
8 #include "ipc/ipc_platform_file.h" 8 #include "ipc/ipc_platform_file.h"
9 #include "ppapi/proxy/ppapi_proxy_export.h" 9 #include "ppapi/proxy/ppapi_proxy_export.h"
10 #include "ppapi/shared_impl/dir_contents.h" 10 #include "ppapi/shared_impl/dir_contents.h"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 // Get the directory's contents. 73 // Get the directory's contents.
74 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents, 74 IPC_SYNC_MESSAGE_CONTROL1_2(PepperFileMsg_GetDirContents,
75 ppapi::PepperFilePath /* path */, 75 ppapi::PepperFilePath /* path */,
76 ppapi::DirContents, /* contents */ 76 ppapi::DirContents, /* contents */
77 base::PlatformFileError /* error_code */) 77 base::PlatformFileError /* error_code */)
78 78
79 // Create a temporary file. 79 // Create a temporary file.
80 IPC_SYNC_MESSAGE_CONTROL0_2(PepperFileMsg_CreateTemporaryFile, 80 IPC_SYNC_MESSAGE_CONTROL0_2(PepperFileMsg_CreateTemporaryFile,
81 base::PlatformFileError /* error_code */, 81 base::PlatformFileError /* error_code */,
82 IPC::PlatformFileForTransit /* file */) 82 IPC::PlatformFileForTransit /* file */)
OLDNEW
« no previous file with comments | « ppapi/proxy/flash_file_resource.cc ('k') | ppapi/proxy/pepper_file_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698