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

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

Issue 10830240: Add the implementation skeleton for systeminfo.cpu API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated patch Created 8 years, 4 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
new file mode 100644
index 0000000000000000000000000000000000000000..8e9373c9c7089de9f19820e72f6abbff18eacc60
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "cpuinfo",
Mihai Parparita -not on Chrome 2012/08/10 20:24:56 This file appears to use tabs. We use two-space in
Hongbo Min 2012/08/12 14:22:44 Done.
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Test systeminfo.cpu API",
+ "permissions": ["experimental"],
+ "app": {
+ "background": {
+ "page": "test_cpuinfo_api.html"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698