/* 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_uma_private.idl modified Fri Mar 14 16:59:33 2014. */ #ifndef PPAPI_C_PRIVATE_PPB_UMA_PRIVATE_H_ #define PPAPI_C_PRIVATE_PPB_UMA_PRIVATE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_completion_callback.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_UMA_PRIVATE_INTERFACE_0_3 … #define PPB_UMA_PRIVATE_INTERFACE … /** * @file * This file defines the <code>PPB_UMA_Private</code> interface. */ /** * @addtogroup Interfaces * @{ */ /** * Contains functions for plugins to report UMA usage stats. */ struct PPB_UMA_Private_0_3 { … }; PPB_UMA_Private; /** * @} */ #endif /* PPAPI_C_PRIVATE_PPB_UMA_PRIVATE_H_ */