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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Media class renames/moves 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/permission_set.cc
diff --git a/chrome/common/extensions/permissions/permission_set.cc b/chrome/common/extensions/permissions/permission_set.cc
index cf7225b5e859cd7efb35ed963a7812bd8022f7a4..8a11d1c2a4b7901b328ed5ec77f6758d2e15f406 100644
--- a/chrome/common/extensions/permissions/permission_set.cc
+++ b/chrome/common/extensions/permissions/permission_set.cc
@@ -47,6 +47,7 @@ const char* kNonPermissionModuleNames[] = {
"permissions",
"runtime",
"scriptBadge",
+ "tabCapture",
Aaron Boodman 2012/10/16 04:19:27 I don't think we should do this. I think it should
justinlin 2012/10/17 08:32:26 Done.
"tabs",
"test",
"types",

Powered by Google App Engine
This is Rietveld 408576698