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

Unified Diff: public/platform/Platform.h

Issue 804553003: Implement Permissions.query() and static PermissionStatus. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments Created 5 years, 9 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | public/platform/modules/permissions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 562aa1cc9017ff92c597bc1b64e3888c913f8974..13e2cf3d3e30a9711b5a9c4178431178543f7204 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -86,6 +86,7 @@ class WebMessagePortChannel;
class WebMimeRegistry;
class WebNavigatorConnectProvider;
class WebNotificationManager;
+class WebPermissionClient;
class WebPluginListBuilder;
class WebPrescientNetworking;
class WebPublicSuffixList;
@@ -659,6 +660,11 @@ public:
virtual WebNavigatorConnectProvider* navigatorConnectProvider() { return 0; }
+ // Permissions --------------------------------------------------------
+
+ virtual WebPermissionClient* permissionClient() { return 0; }
+
+
protected:
BLINK_PLATFORM_EXPORT Platform();
virtual ~Platform() { }
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | public/platform/modules/permissions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698