Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1485)

Unified Diff: chrome/browser/plugins/chrome_content_browser_client_plugins_part.h

Issue 1985093002: ppapi: PPB_VpnProvider: Implement permission check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698