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

Unified Diff: chrome/common/extensions/permissions/chrome_api_permissions.cc

Issue 419713002: Support permission_broker for chrome.hid devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix hid in app_shell after its move to //extensions Created 6 years, 5 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 | « chrome/common/extensions/api/_permission_features.json ('k') | device/hid/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/chrome_api_permissions.cc
diff --git a/chrome/common/extensions/permissions/chrome_api_permissions.cc b/chrome/common/extensions/permissions/chrome_api_permissions.cc
index 3132b91bf272a234643862daa601fcd56ce3054c..d9e7c026f56e0b5eea9a6acb325e38b690e205ed 100644
--- a/chrome/common/extensions/permissions/chrome_api_permissions.cc
+++ b/chrome/common/extensions/permissions/chrome_api_permissions.cc
@@ -313,8 +313,6 @@ std::vector<APIPermissionInfo*> ChromeAPIPermissions::GetAllPermissions()
APIPermissionInfo::kFlagNone,
IDS_EXTENSION_PROMPT_WARNING_FILE_SYSTEM_WRITE_DIRECTORY,
PermissionMessage::kFileSystemWriteDirectory},
- {APIPermission::kHid, "hid", APIPermissionInfo::kFlagNone,
- IDS_EXTENSION_PROMPT_WARNING_HID, PermissionMessage::kHid},
// Because warning messages for the "mediaGalleries" permission
// vary based on the permissions parameters, no message ID or
// message text is specified here. The message ID and text used
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | device/hid/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698