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

Unified Diff: public/platform/modules/permissions/WebPermissionType.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 | « public/platform/modules/permissions/WebPermissionStatus.h ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/modules/permissions/WebPermissionType.h
diff --git a/public/platform/modules/permissions/WebPermissionType.h b/public/platform/modules/permissions/WebPermissionType.h
new file mode 100644
index 0000000000000000000000000000000000000000..0a46f7c7444f3e29c755bcbd3111676b33c13457
--- /dev/null
+++ b/public/platform/modules/permissions/WebPermissionType.h
@@ -0,0 +1,19 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WebPermissionType_h
+#define WebPermissionType_h
+
+namespace blink {
+
+enum WebPermissionType {
+ WebPermissionTypeGeolocation,
+ WebPermissionTypeNotifications,
+ WebPermissionTypePushNotifications,
+ WebPermissionTypeMidiSysEx,
+};
+
+} // namespace blink
+
+#endif // WebPermissionType_h
« no previous file with comments | « public/platform/modules/permissions/WebPermissionStatus.h ('k') | public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698