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
(65)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: content/shell/browser/content_shell_browser_manifest_overlay.json
Issue
2737343003
:
bluetooth: Add FakeBluetooth interface (Closed)
Patch Set: Fix windows
Created 3 years, 8 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:
content/shell/BUILD.gn
content/shell/browser/content_shell_browser_manifest_overlay.json
content/shell/browser/layout_test/layout_test_content_browser_client.cc
device/bluetooth/BUILD.gn
device/bluetooth/README.md
device/bluetooth/public/interfaces/BUILD.gn
device/bluetooth/public/interfaces/test/OWNERS
device/bluetooth/public/interfaces/test/fake_bluetooth.mojom
device/bluetooth/test/fake_bluetooth.h
device/bluetooth/test/fake_bluetooth.cc
third_party/WebKit/LayoutTests/bluetooth/requestDevice/le-not-supported.html
third_party/WebKit/LayoutTests/resources/web-bluetooth-test.js
View unified diff
|
Download patch
« no previous file with comments
|
« content/shell/BUILD.gn
('k') |
content/shell/browser/layout_test/layout_test_content_browser_client.cc »
('j') |
device/bluetooth/BUILD.gn »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 {
1 {
2 "name": "content_browser",
2 "name": "content_browser",
3 "interface_provider_specs": {
3 "interface_provider_specs": {
4 "service_manager:connector": {
4 "service_manager:connector": {
5 "provides": {
5 "provides": {
6 "renderer": [
6 "renderer": [
7
"content::mojom::LayoutTestBluetoothFakeAdapterSetter"
7
"content::mojom::LayoutTestBluetoothFakeAdapterSetter"
,
8
"bluetooth::mojom::FakeBluetooth"
8 ]
9 ]
9 }
10 }
10 }
11 }
11 }
12 }
12 }
13 }
OLD
NEW
« no previous file with comments
|
« content/shell/BUILD.gn
('k') |
content/shell/browser/layout_test/layout_test_content_browser_client.cc »
('j') |
device/bluetooth/BUILD.gn »
('J')
Issue 2737343003: bluetooth: Add FakeBluetooth interface (Closed)
Created 3 years, 9 months ago by ortuno
Modified 3 years, 8 months ago
Reviewers: scheib, dcheng, Peter Beverloo
Base URL:
Comments: 27
This is Rietveld
408576698