| Index: ppapi/thunk/ppb_flash_api.h
|
| diff --git a/ppapi/thunk/ppb_flash_api.h b/ppapi/thunk/ppb_flash_api.h
|
| index d39393e86aca328b4b4279fff0d3858c2ae25a14..7a1a641513b0b8e5010b950eac613c976a41f2c4 100644
|
| --- a/ppapi/thunk/ppb_flash_api.h
|
| +++ b/ppapi/thunk/ppb_flash_api.h
|
| @@ -16,6 +16,13 @@ struct URLRequestInfoData;
|
|
|
| namespace thunk {
|
|
|
| +/////////////////////////// WARNING:DEPRECTATED ////////////////////////////////
|
| +// Please do not add any new functions to this API. They should be implemented
|
| +// in the new-style resource proxy (see flash_functions_api.h and
|
| +// flash_resource.h).
|
| +// TODO(raymes): All of these functions should be moved to
|
| +// flash_functions_api.h.
|
| +////////////////////////////////////////////////////////////////////////////////
|
| // This class collects all of the Flash interface-related APIs into one place.
|
| class PPAPI_THUNK_EXPORT PPB_Flash_API {
|
| public:
|
|
|