|
Revert of Add network throttling as an enterprise policy (patchset #17 id:320001 of https://codereview.chromium.org/2364703002/ )
Reason for revert:
Introduces memory leak; see discussion in https://bugs.chromium.org/p/chromium/issues/detail?id=660769.
BUG= 660769
Original issue's description:
> Add support for an enterprise policy that lets the admin
> turn on network throttling, and specify the upload and download rates in kbps to throttle to.
>
> BUG= 642811
> TEST=(1) Unit-tests
> (2) Added network throttling policy to YAPS server,
> enabled throttling with various values, disabled,
> and checked that changes propagate to client device.
>
> Signed-off-by: Kirtika Ruchandani < kirtika@google.com>
> Committed: https://crrev.com/7db3c2b899d448dc0235e03a248df83aa5778ebf
> Cr-Commit-Position: refs/heads/master@{#428565}
TBR=bartfab@chromium.org,stevenjb@chromium.org,kirtika@google.com,michaelpg@chromium.org,mnissler@chromium.org,atwilson@chromium.org,gab@chromium.org,brettw@chromium.org,isherman@chromium.org,asvitkine@chromium.org,thestig@chromium.org,kirtika@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG= 642811
Committed: https://crrev.com/02a8965352416f5c892f511b56bf4c37c778f507
Cr-Commit-Position: refs/heads/master@{#428703}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2 lines, -416 lines) |
Patch |
 |
M |
chrome/browser/chromeos/BUILD.gn
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.h
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/net/network_throttling_observer.h
|
View
|
1
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/net/network_throttling_observer.cc
|
View
|
1
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/net/network_throttling_observer_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/device_policy_decoder_chromeos.cc
|
View
|
1
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/policy/proto/chrome_device_policy.proto
|
View
|
1
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_handler_list_factory.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/browser_prefs.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/policy/policy_test_cases.json
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.cc
|
View
|
1
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/mock_shill_manager_client.h
|
View
|
1
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.h
|
View
|
1
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.cc
|
View
|
1
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client_unittest.cc
|
View
|
1
|
2 chunks |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler.h
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_state_handler.cc
|
View
|
1
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler.h
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/shill_property_handler.cc
|
View
|
1
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/policy/resources/policy_templates.json
|
View
|
1
|
2 chunks |
+1 line, -39 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 22 (11 generated)
|