Chromium Code Reviews| 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..41f3d75b4041fca16c13d66e3fc59c0e3cc1d5c5 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 AllowPepperVpnProviderAPI( |
|
sky
2016/05/17 19:08:37
This sounds like it's allowing something, vs query
adrian.belgun
2016/05/17 20:13:32
In this patch I was closely following the naming s
|
| + content::BrowserContext* browser_context, |
| + const GURL& url); |
| + |
| static bool IsPluginAllowedToCallRequestOSFileHandle( |
| content::BrowserContext* browser_context, |
| const GURL& url, |