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

Unified Diff: chrome/common/extensions/extension_permission_set.cc

Issue 9402018: Experimental Extension Keybinding (first cut). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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: chrome/common/extensions/extension_permission_set.cc
===================================================================
--- chrome/common/extensions/extension_permission_set.cc (revision 123221)
+++ chrome/common/extensions/extension_permission_set.cc (working copy)
@@ -229,6 +229,9 @@
ExtensionPermissionMessage::kBrowsingHistory,
kFlagNone, kTypeDefault);
info->RegisterPermission(
+ kKeybinding, "keybinding", 0,
+ ExtensionPermissionMessage::kNone, kFlagNone, kTypeDefault);
+ info->RegisterPermission(
kIdle, "idle", 0, ExtensionPermissionMessage::kNone,
kFlagNone, kTypeDefault);
info->RegisterPermission(
« no previous file with comments | « chrome/common/extensions/extension_permission_set.h ('k') | chrome/common/extensions/extension_permission_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698