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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, add command line flag Created 8 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: 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 bf06e07a57cfa273f03482d2de8dfd41f624f0c9..3c8d5ccbaa038a27cfee43fd69c350641bc70f98 100644
--- a/chrome/common/extensions/permissions/api_permission.cc
+++ b/chrome/common/extensions/permissions/api_permission.cc
@@ -222,6 +222,9 @@ void APIPermissionInfo::RegisterAllPermissions(
{ APIPermission::kTab, "tabs", kFlagNone,
IDS_EXTENSION_PROMPT_WARNING_TABS,
PermissionMessage::kTabs },
+ { APIPermission::kTabCapture, "tabCapture", kFlagNone,
+ IDS_EXTENSION_PROMPT_WARNING_TAB_CAPTURE,
Aaron Boodman 2012/10/17 20:28:14 This should be below with the "full url access per
justinlin 2012/10/17 23:41:48 Done.
+ PermissionMessage::kTabCapture },
{ APIPermission::kTopSites, "topSites", kFlagNone,
IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY,
PermissionMessage::kBrowsingHistory },

Powered by Google App Engine
This is Rietveld 408576698