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

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

Issue 10836341: Add the basic code skeleton for system info event router (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Polish testing code Created 8 years, 3 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
index 68dae5a6bedb09f48824053eae5810f75d38f40a..21efbfc3c6d6ab11f2748486290f9ee67cdf8f38 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/storage/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/storage/manifest.json
@@ -3,10 +3,5 @@
"version": "0.1",
"manifest_version": 2,
"description": "Test systeminfo.cpu API",
- "permissions": ["experimental"],
- "app": {
- "background": {
- "scripts": ["test_storage_api.js"]
- }
- }
+ "permissions": ["experimental"]
}

Powered by Google App Engine
This is Rietveld 408576698