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

Side by Side Diff: extensions/test/data/system/display/overscan_no_complete/manifest.json

Issue 2558453004: SystemDisplayApi: Introdice OverscanTracker (Closed)
Patch Set: Rebase + s_overscan_tracker -> g_overscan_tracker Created 4 years 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
(Empty)
1 {
2 "name": "overscan",
3 "version": "1.0",
4 "description": "Test system.display.overscan* with no complete call",
5 "permissions": ["system.display"],
6 "kiosk_enabled": true,
7 "app": {
8 "background": {
9 "scripts": ["test_overscan_no_complete.js"]
10 }
11 }
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698