/* Copyright 2012 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_instance_private.idl modified Tue Jul 23 13:19:04 2013. */ #ifndef PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ #define PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" #define PPB_INSTANCE_PRIVATE_INTERFACE_0_1 … #define PPB_INSTANCE_PRIVATE_INTERFACE … /** * @file * This file defines the PPB_Instance_Private interface implemented by the * browser and containing pointers to functions available only to trusted plugin * instances. */ /** * @addtogroup Enums * @{ */ /** * The <code>PP_ExternalPluginResult </code> enum contains result codes from * launching an external plugin. */ PP_ExternalPluginResult; PP_COMPILE_ASSERT_SIZE_IN_BYTES(…); /** * @} */ /** * @addtogroup Interfaces * @{ */ /** * The PPB_Instance_Private interface contains functions available only to * trusted plugin instances. * */ struct PPB_Instance_Private_0_1 { … }; PPB_Instance_Private; /** * @} */ #endif /* PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ */