Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: [Draft only] Investigating memory leak issue in NetworkThrottlingObserverTest Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 81fc5fc12bae8a43059ccd55fb2a5bcd825cfe5f..b546893e7b88a9d0e801f791312437c1ce4b7f81 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -923,6 +923,8 @@ source_set("chromeos") {
"net/network_pref_state_observer.h",
"net/network_state_notifier.cc",
"net/network_state_notifier.h",
+ "net/network_throttling_observer.cc",
+ "net/network_throttling_observer.h",
"net/shill_error.cc",
"net/shill_error.h",
"net/wake_on_wifi_connection_observer.cc",
@@ -1482,6 +1484,7 @@ source_set("unit_tests") {
"net/network_portal_notification_controller_unittest.cc",
"net/network_pref_state_observer_unittest.cc",
"net/network_state_notifier_unittest.cc",
+ "net/network_throttling_observer_unittest.cc",
"net/wake_on_wifi_manager_unittest.cc",
"options/network_property_ui_data_unittest.cc",
"ownership/fake_owner_settings_service.cc",

Powered by Google App Engine
This is Rietveld 408576698