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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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: chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
index 7af2342f08bd68c4c0a99377aa02610fc1474293..ffa1c4a49733216cf2852f2f6e24de37bb45fcda 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
+++ b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
@@ -2,7 +2,7 @@
"name": "Content Script API Tests",
"version": "1",
"manifest_version": 2,
- "permissions": ["experimental"],
+ "permissions": ["storage"],
"content_scripts": [
{
"matches": ["*://*/functions.html"],

Powered by Google App Engine
This is Rietveld 408576698