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

Unified Diff: extensions/common/permissions/api_permission.h

Issue 671163002: Add new extension API for VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds the extension api for platform apps as well Created 6 years, 2 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: extensions/common/permissions/api_permission.h
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index fbb34d1ca7b8a5fda8e0acc0d7dbd3b30095de9f..e8baf600f2f88c8c16cc637db036a39a3fd93bf9 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -170,6 +170,7 @@ class APIPermission {
kUsbDevice,
kVideoCapture,
kVirtualKeyboardPrivate,
+ kVpnProvider,
kWallpaper,
kWallpaperPrivate,
kWebcamPrivate,

Powered by Google App Engine
This is Rietveld 408576698