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

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, 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/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 d13e17642dec80466506bd940d56a597605b028d..2d4c28a14c4c8ed2b217d7828b2ada760cca6e0b 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
@@ -6,7 +6,7 @@
"permissions": ["experimental"],
"app": {
"background": {
- "scripts": ["test_cpuinfo_api.js"]
+ "scripts": ["test_cpu_api.js"]
}
}
}

Powered by Google App Engine
This is Rietveld 408576698