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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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 3e7c37df6228f1bf4e72f08b21e89368fc1ee994..3121d4306f670b4c3d03e4a1f10df6af7bea29a7 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
@@ -1,8 +1,10 @@
{
- "name": "cpuinfo",
+ // extension id: lfakdgdkbaleijdcpbfbngfphpmgfdfn
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQ3waZNZ2qInxrEiUFPCx26uyf5BdWPHlvZYX6BS8v70Ps7yPJzOkXbQ1shS1sKGnooLljTNfeWW6vyBx9B5VQqKvPcdHHwhVNumKEJztVkszskPWVaZybVtckQq/WvqJlEgatsgNMoXnF+WC4cm6fSD/m2esXd3zZH8SB1Z24cwIDAQAB",
+ "name": "systemInfo.cpu test",
"version": "1.0",
- "description": "Test systeminfo.cpu API",
- "permissions": ["experimental"],
+ "description": "Test systemInfo.cpu API",
+ "permissions": ["systemInfo.cpu"],
"app": {
"background": {
"scripts": ["test_cpu_api.js"]

Powered by Google App Engine
This is Rietveld 408576698