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

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: Nits 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..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,
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/plugins/chrome_content_browser_client_plugins_part.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698