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
(10)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/gfx/vector_icons/network_badge_add_other.icon
Issue
2342793005
:
[ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view (comments)
Created 4 years, 2 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/network_state_list_detailed_view.h
ash/common/system/chromeos/network/network_state_list_detailed_view.cc
ui/chromeos/BUILD.gn
ui/chromeos/network/network_icon.h
ui/chromeos/network/network_icon.cc
ui/chromeos/network/network_info.h
ui/chromeos/network/network_list_delegate.h
ui/chromeos/network/network_list_md.h
ui/chromeos/network/network_list_md.cc
ui/chromeos/ui_chromeos_strings.grd
ui/gfx/vector_icons/BUILD.gn
ui/gfx/vector_icons/network_badge_add_other.icon
ui/gfx/vector_icons/network_badge_add_other.1x.icon
View unified diff
|
Download patch
« ui/chromeos/network/network_list_md.cc
('K') |
« ui/gfx/vector_icons/BUILD.gn
('k') |
ui/gfx/vector_icons/network_badge_add_other.1x.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, 28,
6
PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
7
CIRCLE, 16, 13, 12,
8
NEW_PATH,
9
MOVE_TO, 14, 5,
10
R_H_LINE_TO, 4,
11
R_V_LINE_TO, 16,
12
R_H_LINE_TO, -4,
13
V_LINE_TO, 5,
14
CLOSE,
15
MOVE_TO, 8, 11,
16
R_H_LINE_TO, 16,
17
R_V_LINE_TO, 4,
18
H_LINE_TO, 8,
19
R_V_LINE_TO, -4,
20
CLOSE,
21
MOVE_TO, 14, 11,
22
R_H_LINE_TO, 4,
23
R_V_LINE_TO, 4,
24
R_H_LINE_TO, -4,
25
R_V_LINE_TO, -4,
26
CLOSE,
27
END
OLD
NEW
« ui/chromeos/network/network_list_md.cc
('K') |
« ui/gfx/vector_icons/BUILD.gn
('k') |
ui/gfx/vector_icons/network_badge_add_other.1x.icon »
('j') |
no next file with comments »
Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Created 4 years, 3 months ago by varkha
Modified 4 years, 2 months ago
Reviewers: Evan Stade, tdanderson, oshima
Base URL:
Comments: 156
This is Rietveld
408576698