OLD | NEW |
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 #ifndef PPAPI_THUNK_PPB_FLASH_FILE_API_H_ | 5 #ifndef PPAPI_THUNK_PPB_FLASH_FILE_API_H_ |
6 #define PPAPI_THUNK_PPB_FLASH_FILE_API_H_ | 6 #define PPAPI_THUNK_PPB_FLASH_FILE_API_H_ |
7 | 7 |
8 #include "ppapi/c/pp_bool.h" | 8 #include "ppapi/c/pp_bool.h" |
9 #include "ppapi/c/pp_stdint.h" | 9 #include "ppapi/c/pp_stdint.h" |
10 #include "ppapi/c/private/pp_file_handle.h" | 10 #include "ppapi/c/private/pp_file_handle.h" |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 PP_Resource file_ref, | 53 PP_Resource file_ref, |
54 PP_FileInfo* info) = 0; | 54 PP_FileInfo* info) = 0; |
55 | 55 |
56 static const SingletonResourceID kSingletonResourceID = | 56 static const SingletonResourceID kSingletonResourceID = |
57 FLASH_FILE_SINGLETON_ID; | 57 FLASH_FILE_SINGLETON_ID; |
58 }; | 58 }; |
59 | 59 |
60 } // namespace thunk | 60 } // namespace thunk |
61 } // namespace ppapi | 61 } // namespace ppapi |
62 | 62 |
63 #endif // PPAPI_THUNK_PPB_FLASH_FILE_API_H_ | 63 #endif // PPAPI_THUNK_PPB_FLASH_FILE_API_H_ |
OLD | NEW |