Chromium Code Reviews

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/extensions/feature_switch.cc ('k') | chrome/common/extensions/permissions/api_permission.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/api_permission.h
diff --git a/chrome/common/extensions/permissions/api_permission.h b/chrome/common/extensions/permissions/api_permission.h
index 8e0482807837bbd7830eafe671376b5e6bf62c04..5c67884a005e68e4c4583f9923bb89abe30a3e43 100644
--- a/chrome/common/extensions/permissions/api_permission.h
+++ b/chrome/common/extensions/permissions/api_permission.h
@@ -95,6 +95,7 @@ class APIPermission {
kSyncFileSystem,
kSystemPrivate,
kTab,
+ kTabCapture,
kTerminalPrivate,
kTopSites,
kTts,
« no previous file with comments | « chrome/common/extensions/feature_switch.cc ('k') | chrome/common/extensions/permissions/api_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine