| Index: chrome/browser/plugins/chrome_content_browser_client_plugins_part.h
|
| diff --git a/chrome/browser/plugins/chrome_content_browser_client_plugins_part.h b/chrome/browser/plugins/chrome_content_browser_client_plugins_part.h
|
| index 815eafb9276847d38cd726e3fb9b05637624c866..a567032f673427fc0bbc13ec083b1d7a7e732a8a 100644
|
| --- a/chrome/browser/plugins/chrome_content_browser_client_plugins_part.h
|
| +++ b/chrome/browser/plugins/chrome_content_browser_client_plugins_part.h
|
| @@ -32,6 +32,10 @@ class ChromeContentBrowserClientPluginsPart
|
| const content::SocketPermissionRequest* params,
|
| const std::set<std::string>& allowed_socket_origin);
|
|
|
| + static bool IsPepperVpnProviderAPIAllowed(
|
| + content::BrowserContext* browser_context,
|
| + const GURL& url);
|
| +
|
| static bool IsPluginAllowedToCallRequestOSFileHandle(
|
| content::BrowserContext* browser_context,
|
| const GURL& url,
|
|
|