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

Side by Side Diff: chrome/common/extensions/docs/templates/json/permissions.json

Issue 23494015: Docserver: fix bug where we were overriding hand-written descriptions of (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small clarification Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "host-permissions": { 2 "host-permissions": {
3 "anchor": "match-pattern", 3 "anchor": "match-pattern",
4 "name": "[scheme]:[host]/*", 4 "name": "[scheme]:[host]/*",
5 "partial": "permissions/host_permissions.html", 5 "partial": "permissions/host_permissions.html",
6 "platforms": ["app", "extension"] 6 "platforms": ["app", "extension"]
7 }, 7 },
8 "activeTab": { 8 "activeTab": {
9 "partial": "permissions/active_tab.html" 9 "partial": "permissions/active_tab.html"
10 }, 10 },
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 "notifications": { 38 "notifications": {
39 "partial": "permissions/notifications.html" 39 "partial": "permissions/notifications.html"
40 }, 40 },
41 "pointerLock": { 41 "pointerLock": {
42 "partial": "permissions/pointer_lock.html" 42 "partial": "permissions/pointer_lock.html"
43 }, 43 },
44 "syncFileSystem": { 44 "syncFileSystem": {
45 "partial": "permissions/sync_file_system.html" 45 "partial": "permissions/sync_file_system.html"
46 }, 46 },
47 "tabCapture": { 47 "tabs": {
48 "partial": "permissions/tab_capture.html" 48 "partial": "permissions/tabs.html"
49 }, 49 },
50 "unlimitedStorage": { 50 "unlimitedStorage": {
51 "partial": "permissions/unlimited_storage.html" 51 "partial": "permissions/unlimited_storage.html"
52 }, 52 },
53 "videoCapture": { 53 "videoCapture": {
54 "partial": "permissions/video_capture.html" 54 "partial": "permissions/video_capture.html"
55 }, 55 },
56 "webRequestBlocking": { 56 "webRequestBlocking": {
57 "partial": "permissions/web_request_blocking.html" 57 "partial": "permissions/web_request_blocking.html"
58 }, 58 },
59 "webview": { 59 "webview": {
60 "partial": "permissions/webview.html" 60 "partial": "permissions/webview.html"
61 } 61 }
62 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698