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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/storage_eject/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: Rebase 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_eject/manifest.json
diff --git a/chrome/test/data/extensions/api_test/systeminfo/storage_eject/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/storage_eject/manifest.json
index b4b62235b57dac2249b29d18e4993c2b925b9d63..1b11204b6e2740171398d87ce86b619843e25eae 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/storage_eject/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/storage_eject/manifest.json
@@ -8,5 +8,5 @@
"scripts": ["test.js"]
}
},
- "permissions": [ "experimental" ]
+ "permissions": [ "systemInfo.storage" ]
}

Powered by Google App Engine
This is Rietveld 408576698