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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/storage/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: Fix PermissionTest unittest. 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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/systeminfo/storage/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/storage/manifest.json
deleted file mode 100644
index bd01151fb13d0d9cd5f4edbd939a13d83dbc2a54..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/systeminfo/storage/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "storage info",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Test systeminfo.storage API",
- "permissions": ["experimental"],
- "app": {
- "background": {
- "scripts": ["test_storage_api.js"]
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698