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

Side by Side Diff: chrome/test/data/extensions/api_test/pointer_lock/no_permission/manifest.json

Issue 11413131: Enable Pointer Lock for packaged apps using ShellWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PermissionMessages test fixed; added kPointerLock to skips Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "pointer lock access apitest fail",
3 "description": "tests pointer lock is not accessible from this extension",
4 "version": "1",
5 "manifest_version": 2,
6 "app": {
7 "background": {
8 "scripts": ["background.js"]
9 }
10 },
11 "permissions": [ ]
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698