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

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

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: [Re-land] Add network throttling as enterprise policy 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/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 c6c85b10d959681d62c5a63e1321a595aec944a9..89fba571ac51db1c55afc3c2709d0afa351b553c 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -38,6 +38,7 @@ class RendererFreezer;
class SessionManagerObserver;
class SwapMetrics;
class WakeOnWifiManager;
+class NetworkThrottlingObserver;
namespace default_app_order {
class ExternalLoader;
@@ -79,6 +80,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