Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(793)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: extensions/test/data/api_test/audio/deprecated_api/manifest.json
Issue
2688773002
:
Restrict deprecated parts of audio API usage to whitelisted apps (Closed)
Patch Set: .
Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
extensions/browser/api/audio/audio_api.cc
extensions/browser/api/audio/audio_apitest.cc
extensions/browser/api/audio/audio_service_chromeos.cc
extensions/common/api/_behavior_features.json
extensions/common/api/audio.idl
extensions/common/features/behavior_feature.h
extensions/common/features/behavior_feature.cc
extensions/test/data/api_test/audio/add_nodes/background.js
extensions/test/data/api_test/audio/deprecated_api/manifest.json
extensions/test/data/api_test/audio/deprecated_api/test.js
extensions/test/data/api_test/audio/remove_nodes/background.js
extensions/test/data/api_test/audio/test.js
View unified diff
|
Download patch
« no previous file with comments
|
« extensions/test/data/api_test/audio/add_nodes/background.js
('k') |
extensions/test/data/api_test/audio/deprecated_api/test.js »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
{
2
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4Gb8dd92HGWI64TMqr7Qr+A0Ww G2kMhoNYR6bYO/0klVnNdZ5q8u46wvqu3aNkzhbe5r7Zf4utKenC6dPMm22b/4+Qge1ng+NHRbCSiwcy 3JMhrO93gGQLueP5KRQhy+fXTeAJugAj4vR8nkfYOJaeauosh1f7I4D3Gy2XI+E5mo3/TUVxxRgOYMZI YsXlPStdhUuPe3QltZZxPCNv98UX30F1NhrNoeKIHyf83++Egxb/CwMtX9Dog15V56qBbiuXLECWu7+G Y/GCKt9LAX5ieyEziV6Uq8/ISB1hwOThQWPFRd7NbHVisPGwyoMPX4DL57eYfKAwl1U2KbP+KdAQIDAQ AB",
3
"app": { "background": { "scripts": ["test.js"] } },
4
"manifest_version": 2,
5
"name": "Audio API Test Extension",
6
"permissions": ["audio"],
7
"version": "1.0"
8
}
OLD
NEW
« no previous file with comments
|
« extensions/test/data/api_test/audio/add_nodes/background.js
('k') |
extensions/test/data/api_test/audio/deprecated_api/test.js »
('j') |
no next file with comments »
Issue 2688773002: Restrict deprecated parts of audio API usage to whitelisted apps (Closed)
Created 3 years, 10 months ago by tbarzic
Modified 3 years, 9 months ago
Reviewers: jennyz, Devlin, Rahul Chaturvedi, mnilsson
Base URL:
Comments: 12
This is Rietveld
408576698