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

Unified Diff: chrome/test/data/extensions/api_test/context_menus/no_perms/manifest.json

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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/test/data/extensions/api_test/context_menus/no_perms/manifest.json
diff --git a/chrome/test/data/extensions/api_test/context_menus/no_perms/manifest.json b/chrome/test/data/extensions/api_test/context_menus/no_perms/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..20aaeb853710514bbd30a3e51c98ca26ad76712d
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/context_menus/no_perms/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "chrome.contextMenus",
+ "version": "0.1",
+ "description": "Tests that the contextMenus permission is required to use the context menus api.",
+ "background_page": "test.html",
+ "permissions": ["tabs"]
+}

Powered by Google App Engine
This is Rietveld 408576698