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

Unified Diff: chrome/test/data/extensions/api_test/settings/split_incognito/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
« no previous file with comments | « chrome/test/data/extensions/api_test/settings/split_incognito/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/settings/split_incognito/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/split_incognito/manifest.json b/chrome/test/data/extensions/api_test/settings/split_incognito/manifest.json
index af2a02aca14840523b35bf32d1de617280f14afb..27e775945ecd4a5e7e7df4fe85d8b0fcfa892e5b 100644
--- a/chrome/test/data/extensions/api_test/settings/split_incognito/manifest.json
+++ b/chrome/test/data/extensions/api_test/settings/split_incognito/manifest.json
@@ -1,9 +1,9 @@
{
- "name": "Split-mode incognito settings test",
+ "name": "Split-mode incognito storage test",
"version": "1.0",
"manifest_version": 2,
- "description": "Tests the API in split incognito mode",
- "permissions": ["experimental"],
+ "description": "Tests the Storage API in split incognito mode",
+ "permissions": ["storage"],
"background": {
"scripts": ["background.js"]
},
« no previous file with comments | « chrome/test/data/extensions/api_test/settings/split_incognito/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698