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

Unified Diff: chrome/test/data/extensions/context_menus/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/context_menus/manifest.json
diff --git a/chrome/test/data/extensions/context_menus/manifest.json b/chrome/test/data/extensions/context_menus/manifest.json
index 5efbbfedaef5a94278ff29a75d0f2ddb0f2a8ed7..fb2bf6561bcebac53e9f090965ae4fe2be86fc54 100644
--- a/chrome/test/data/extensions/context_menus/manifest.json
+++ b/chrome/test/data/extensions/context_menus/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "Context Menus Test Extension",
"version" : "0.1",
- "permissions": [ "experimental", "tabs" ],
+ "permissions": [ "contextMenus", "tabs" ],
"background_page": "background.html"
}
« no previous file with comments | « chrome/test/data/extensions/api_test/context_menus/no_perms/test.js ('k') | chrome/test/data/extensions/context_menus/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698