Index: chrome/common/extensions/permissions/api_permission.cc |
diff --git a/chrome/common/extensions/permissions/api_permission.cc b/chrome/common/extensions/permissions/api_permission.cc |
index 0a6415234f80f95b3dbef171ab4a5999f5957ca2..1ec7743a8ce6bbf7d863eccc81bbabb21a85bb5c 100644 |
--- a/chrome/common/extensions/permissions/api_permission.cc |
+++ b/chrome/common/extensions/permissions/api_permission.cc |
@@ -216,6 +216,7 @@ void APIPermissionInfo::RegisterAllPermissions( |
IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT, |
PermissionMessage::kManagement }, |
{ APIPermission::kNativeMessaging, "nativeMessaging" }, |
+ { APIPermission::kPower, "power", }, |
not at google - send to devlin
2013/03/19 21:16:39
should there be a warning for this permission? it
Daniel Erat
2013/03/19 23:39:38
The consensus at the API review meeting last week
not at google - send to devlin
2013/03/20 00:25:50
cool, I missed the one last week.
|
{ APIPermission::kPrivacy, "privacy", kFlagNone, |
IDS_EXTENSION_PROMPT_WARNING_PRIVACY, |
PermissionMessage::kPrivacy }, |