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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/storage_attachment/manifest.json

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/systeminfo/storage_attachment/manifest.json
diff --git a/chrome/test/data/extensions/api_test/systeminfo/storage_attachment/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/storage_attachment/manifest.json
index 85aafc20f8ea91880845cf5768e5eaf82b4757de..53c49c81be35e61ce1e438e9746d0406cf1b1021 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/storage_attachment/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/storage_attachment/manifest.json
@@ -3,7 +3,7 @@
"version": "0.1",
"manifest_version": 2,
"description": "Test systeminfo.storage API",
- "permissions": ["experimental"],
+ "permissions": ["systemInfo.storage"],
Hongbo Min 2013/07/08 06:52:43 No 'experimental' permission granted for this test
Haojian Wu 2013/07/08 07:46:30 Yes. This test code only contains onAttached and o
"app": {
"background": {
"scripts": ["test_storage_api.js"]

Powered by Google App Engine
This is Rietveld 408576698