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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 2364703002: Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add network bandwidth throttling as an enterprise policy 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.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index 93a5382a6d05a49ad3cec1149a18cc897e46d373..ed32d3745450b9c64d04bf25bfca2f3e4b3135c1 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -37,6 +37,7 @@ class RendererFreezer;
class SessionManagerObserver;
class SwapMetrics;
class WakeOnWifiManager;
+class NetworkThrottlingObserver;
namespace default_app_order {
class ExternalLoader;
@@ -77,6 +78,7 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
std::unique_ptr<DataPromoNotification> data_promo_notification_;
std::unique_ptr<RendererFreezer> renderer_freezer_;
std::unique_ptr<WakeOnWifiManager> wake_on_wifi_manager_;
+ std::unique_ptr<NetworkThrottlingObserver> network_throttling_observer_;
std::unique_ptr<internal::DBusServices> dbus_services_;

Powered by Google App Engine
This is Rietveld 408576698