repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
fullscreen
/
no_permission
/
manifest.json
blob
01c3e6406509859aabe277fd1221fd4ea177e733
1
{
2
"name": "fullscreen access apitest, without permission",
3
"description": "tests fullscreen is not accessible from this app",
4
"version": "1",
5
"manifest_version": 2,
6
"app": {
7
"background": {
8
"scripts": ["background.js"]
9
}
10
},
11
"permissions": [ ]
12
}