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

Side by Side Diff: chrome/test/data/extensions/api_test/systeminfo/memory/manifest.json

Issue 16256023: Move systemInfo.memory API out of experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved merge conflict from new commits Created 7 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "memoryinfo", 2 // extension id: lfmcnjhchhgejbpbonjobnlbcgcnmjif
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuGVkV8WQR3dyfDUEb5N7P6amn/m/0Lm TUtQmqMJrVSiFRkpU8JmTY5wSoUoS6jYCkGcW2lbbPRqhcbSuW8GZ5uo6+r0D8Al/aa/j36BTfxm97Mm sS+VNLOby0cBW6CtJEs3TTTk5tlZdI2RZOp0FE1k5G12Qm0aaRjyt1DRqqnQIDAQAB",
4 "name": "systemInfo.memory test",
3 "version": "1.0", 5 "version": "1.0",
4 "description": "Test systeminfo.memory API", 6 "description": "Test systeminfo.memory API",
5 "permissions": ["experimental"], 7 "permissions": ["systemInfo.memory"],
6 "app": { 8 "app": {
7 "background": { 9 "background": {
8 "scripts": ["test_memory_api.js"] 10 "scripts": ["test_memory_api.js"]
9 } 11 }
10 } 12 }
11 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698