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
(444)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/extensions/tray_cast/manifest.json
Issue
2424183002
:
Remove Chromecast extension support from cast system tray menu. (Closed)
Patch Set: Rebase
Created 4 years, 1 month 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:
ash/common/cast_config_delegate.h
ash/common/system/cast/tray_cast.h
ash/common/system/cast/tray_cast.cc
chrome/browser/extensions/BUILD.gn
chrome/browser/extensions/api/cast_devices_private/cast_devices_private_api.h
chrome/browser/ui/BUILD.gn
chrome/browser/ui/ash/cast_config_delegate_chromeos.h
chrome/browser/ui/ash/cast_config_delegate_chromeos.cc
chrome/browser/ui/ash/cast_config_delegate_media_router.h
chrome/browser/ui/ash/cast_config_delegate_media_router.cc
chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
chrome/browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chromeos.cc
chrome/common/extensions/api/BUILD.gn
chrome/common/extensions/api/cast_devices_private.idl
chrome/test/data/extensions/tray_cast/background.js
chrome/test/data/extensions/tray_cast/manifest.json
View unified diff
|
Download patch
« chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
('K') |
« chrome/test/data/extensions/tray_cast/background.js
('k') |
no next file »
|
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
// chrome-extension://hlgmmjhlnlapooncikdpiiokdjcdpjme/
2
{
3
"description": "Exposes a mock API for the tray cast",
4
"name": "Fake Cast Extension",
5
"background": {
6
"scripts": ["background.js"]
7
},
8
"permissions": [
9
"cast"
10
],
11
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjUQp4bsqVWjak86Ha5eFFl2c5 h9lgqvx7K6Bv30zJTdGw4REIvi5FcS/atdlfP/GzOGufPPKEIH2536KvQP/6o4e0jyK7kT5XUoO8K/CR y+hbu5Xyq61AT3kYEEvN6fgtuu41RDJl20AcBcmBRbeJTKhJcFYJKrZHK73KC53O9uP+fLbsMp7eHwYj irZ1kYUSWlcI+piD4eVSGGcbt0bG8ZSTuOOcFASSiKuWNU7NS/Zl1/esV04XbcS2C9Fsp8HI5FvJWSWE sNRvrWxQn+wvg8YfUKzHUiBr8WVGVUHM7KSO7m3rMl3JM6Be31DMhXMAsc41RRvNjAZpK+DLuP2wIDAQ AB",
12
"manifest_version": 2,
13
"version": "0.1"
14
}
OLD
NEW
« chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
('K') |
« chrome/test/data/extensions/tray_cast/background.js
('k') |
no next file »
|
no next file with comments »
Issue 2424183002: Remove Chromecast extension support from cast system tray menu. (Closed)
Created 4 years, 2 months ago by jdufault
Modified 4 years, 1 month ago
Reviewers: achuithb, Devlin, oshima
Base URL:
Comments: 21
This is Rietveld
408576698