/* Copyright 2013 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From private/ppb_ext_crx_file_system_private.idl, * modified Fri Nov 1 12:23:59 2013. */ #ifndef PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_ #define PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_ #include "ppapi/c/pp_completion_callback.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #define PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE_0_1 … #define PPB_EXT_CRXFILESYSTEM_PRIVATE_INTERFACE … /** * @file * This file contains the <code>PPB_Ext_CrxFileSystem_Private</code> interface. */ /** * @addtogroup Interfaces * @{ */ /* <code>PPB_Ext_CrxFileSystem_Private</code> interface */ struct PPB_Ext_CrxFileSystem_Private_0_1 { … }; PPB_Ext_CrxFileSystem_Private; /** * @} */ #endif /* PPAPI_C_PRIVATE_PPB_EXT_CRX_FILE_SYSTEM_PRIVATE_H_ */