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

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

Issue 10905171: Add systemInfo.cpu.onUpdated event implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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/cpu/manifest.json
diff --git a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
index d88baff6468a95015fee18850c7f9dc5ef609b70..3e7c37df6228f1bf4e72f08b21e89368fc1ee994 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
@@ -5,7 +5,7 @@
"permissions": ["experimental"],
"app": {
"background": {
- "scripts": ["test_cpuinfo_api.js"]
+ "scripts": ["test_cpu_api.js"]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698