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
(1834)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/gfx/vector_icons/network_ethernet.1x.icon
Issue
2338103002
:
CrOS MD - use vectorized icons for ethernet and VPN. (Closed)
Patch Set: rename Wifi to Mobile
Created 4 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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
ash/common/system/chromeos/network/tray_vpn.cc
chrome/browser/chromeos/status/network_menu.cc
ui/chromeos/network/network_icon.h
ui/chromeos/network/network_icon.cc
ui/gfx/vector_icons/BUILD.gn
ui/gfx/vector_icons/network_ethernet.icon
ui/gfx/vector_icons/network_ethernet.1x.icon
ui/gfx/vector_icons/network_vpn.icon
ui/gfx/vector_icons/network_vpn.1x.icon
View unified diff
|
Download patch
« no previous file with comments
|
« ui/gfx/vector_icons/network_ethernet.icon
('k') |
ui/gfx/vector_icons/network_vpn.icon »
('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
// Copyright 2016 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
CANVAS_DIMENSIONS, 20,
6
MOVE_TO, 6.02f, 6,
7
LINE_TO, 2, 10.5f,
8
LINE_TO, 6.02f, 15,
9
LINE_TO, 7, 14.23f,
10
LINE_TO, 3.66f, 10.5f,
11
LINE_TO, 7, 6.77f,
12
LINE_TO, 6.02f, 6,
13
CLOSE,
14
MOVE_TO, 7, 11,
15
R_H_LINE_TO, 1,
16
R_V_LINE_TO, -1,
17
H_LINE_TO, 7,
18
R_V_LINE_TO, 1,
19
CLOSE,
20
R_MOVE_TO, 5, -1,
21
R_H_LINE_TO, -1,
22
R_V_LINE_TO, 1,
23
R_H_LINE_TO, 1,
24
R_V_LINE_TO, -1,
25
CLOSE,
26
R_MOVE_TO, -3, 1,
27
R_H_LINE_TO, 1,
28
R_V_LINE_TO, -1,
29
H_LINE_TO, 9,
30
R_V_LINE_TO, 1,
31
CLOSE,
32
R_MOVE_TO, 3, -4.23f,
33
R_LINE_TO, 3.34f, 3.73f,
34
LINE_TO, 12, 14.23f,
35
R_LINE_TO, 0.99f, 0.77f,
36
LINE_TO, 17, 10.5f,
37
LINE_TO, 12.99f, 6,
38
LINE_TO, 12, 6.77f,
39
CLOSE,
40
END
OLD
NEW
« no previous file with comments
|
« ui/gfx/vector_icons/network_ethernet.icon
('k') |
ui/gfx/vector_icons/network_vpn.icon »
('j') |
no next file with comments »
Issue 2338103002: CrOS MD - use vectorized icons for ethernet and VPN. (Closed)
Created 4 years, 3 months ago by Evan Stade
Modified 4 years, 3 months ago
Reviewers: tdanderson, stevenjb
Base URL:
Comments: 3
This is Rietveld
408576698