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
(164)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: components/metrics/net/DEPS
Issue
2605553002
:
Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: asvitkine comments
Created 3 years, 11 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:
chrome/browser/BUILD.gn
chrome/browser/metrics/chrome_metrics_service_client.cc
chrome/browser/metrics/network_quality_estimator_provider_impl.h
chrome/browser/metrics/network_quality_estimator_provider_impl.cc
components/metrics/BUILD.gn
components/metrics/net/DEPS
components/metrics/net/network_metrics_provider.h
components/metrics/net/network_metrics_provider.cc
components/metrics/net/network_metrics_provider_unittest.cc
components/metrics/proto/system_profile.proto
net/nqe/network_quality_estimator_test_util.h
net/nqe/network_quality_estimator_test_util.cc
View unified diff
|
Download patch
« chrome/browser/metrics/network_quality_estimator_provider_impl.h
('K') |
« components/metrics/BUILD.gn
('k') |
components/metrics/net/network_metrics_provider.h »
('j') |
components/metrics/net/network_metrics_provider.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2
"+chromeos/dbus",
2 "+chromeos/network",
3 "+chromeos/network",
3 "+components/data_use_measurement/core",
4 "+components/data_use_measurement/core",
4 "+components/variations",
5 "+components/variations",
5 "+net",
6 "+net",
6 "+third_party/cros_system_api",
7 "+third_party/cros_system_api",
7 ]
8 ]
OLD
NEW
« chrome/browser/metrics/network_quality_estimator_provider_impl.h
('K') |
« components/metrics/BUILD.gn
('k') |
components/metrics/net/network_metrics_provider.h »
('j') |
components/metrics/net/network_metrics_provider.h »
('J')
Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Created 3 years, 12 months ago by tbansal1
Modified 3 years, 11 months ago
Reviewers: RyanSturm, Alexei Svitkine (slow), hashimoto
Base URL:
Comments: 49
This is Rietveld
408576698