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

Unified Diff: extensions/common/manifest_constants.cc

Issue 140433003: tab capture: Change the permissions for tabs.captureVisibleTab(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-tests Created 6 years, 11 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: extensions/common/manifest_constants.cc
diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc
index b9db59896e6b0a0a09fe744fa0fa8b6a62fd9447..3507fcea34af859a6cff70d122938d5934b125e7 100644
--- a/extensions/common/manifest_constants.cc
+++ b/extensions/common/manifest_constants.cc
@@ -219,6 +219,9 @@ const char kLaunchContainerWindow[] = "window";
// cross-platform.
namespace manifest_errors {
+const char kAllURLOrActiveTabNeeded[] =
+ "This extension needs at least one of '<all_urls>' and 'activeTab' "
+ "permissions.";
const char kAppsNotEnabled[] =
"Apps are not enabled.";
const char kBackgroundPermissionNeeded[] =

Powered by Google App Engine
This is Rietveld 408576698