/* 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 ppb_network_proxy.idl modified Fri Jun 21 09:37:20 2013. */ #ifndef PPAPI_C_PPB_NETWORK_PROXY_H_ #define PPAPI_C_PPB_NETWORK_PROXY_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_NETWORKPROXY_INTERFACE_1_0 … #define PPB_NETWORKPROXY_INTERFACE … /** * @file * This file defines the <code>PPB_NetworkProxy</code> interface. */ /** * @addtogroup Interfaces * @{ */ /** * This interface provides a way to determine the appropriate proxy settings * for a given URL. * * Permissions: Apps permission <code>socket</code> with subrule * <code>resolve-proxy</code> is required for using this API. * For more details about network communication permissions, please see: * http://developer.chrome.com/apps/app_network.html */ struct PPB_NetworkProxy_1_0 { … }; PPB_NetworkProxy; /** * @} */ #endif /* PPAPI_C_PPB_NETWORK_PROXY_H_ */