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

Unified Diff: chrome/test/data/extensions/api_test/settings/simple_test/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/settings/simple_test/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/simple_test/manifest.json b/chrome/test/data/extensions/api_test/settings/simple_test/manifest.json
index f21b53573d4e69f0bf7cb13f227378058b73d158..55aed8ff4c117d02febad86ef69f3c07da7e32c2 100644
--- a/chrome/test/data/extensions/api_test/settings/simple_test/manifest.json
+++ b/chrome/test/data/extensions/api_test/settings/simple_test/manifest.json
@@ -2,8 +2,8 @@
"name": "settings",
"version": "1.0",
"manifest_version": 2,
- "description": "Tests that the settings API works.",
- "permissions": ["experimental"],
+ "description": "Tests that the Storage API works.",
+ "permissions": ["storage"],
"background": {
"scripts": ["background.js"]
}

Powered by Google App Engine
This is Rietveld 408576698