public interface CefRequestContextHandler
| 限定符和类型 | 方法和说明 |
|---|---|
CefCookieManager |
getCookieManager()
Called on the IO thread to retrieve the cookie manager.
|
boolean |
onBeforePluginLoad(String mime_type,
String plugin_url,
String top_origin_url,
CefWebPluginInfo plugin_info)
Called on multiple browser process threads before a plugin instance is
loaded.
|
CefCookieManager getCookieManager()
boolean onBeforePluginLoad(String mime_type, String plugin_url, String top_origin_url, CefWebPluginInfo plugin_info)
mime_type - is the mime type of the plugin that will be loaded.plugin_url - is the content URL that the plugin will load and may be
empty.top_origin_url - is the URL for the top-level frame that contains the
plugin when loading a specific plugin instance or empty when
building the initial list of enabled plugins for 'navigator.plugins'
JavaScript state.plugin_info - includes additional information about the plugin that
will be loaded. |plugin_policy| is the recommended policy.Copyright © 2017. All rights reserved.