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

Unified Diff: chromeos/components/tether/initializer.h

Issue 2918863002: [CrOS Tether] Update the KeepAliveTickle code to receive DeviceStatus updates. (Closed)
Patch Set: hansberry@ comments. Created 3 years, 6 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
« no previous file with comments | « no previous file | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index b6f0b585753e9573a4570eb97257455dbe1acacc..2b1c41d6912820193a781d9ede607afc944c23e4 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -42,6 +42,7 @@ class HostScanCache;
class HostScanner;
class HostScanScheduler;
class HostScanDevicePrioritizer;
+class KeepAliveScheduler;
class LocalDeviceDataProvider;
class NetworkConfigurationRemover;
class NotificationPresenter;
@@ -125,6 +126,7 @@ class Initializer : public OAuth2TokenService::Observer {
std::unique_ptr<DeviceIdTetherNetworkGuidMap>
device_id_tether_network_guid_map_;
std::unique_ptr<HostScanCache> host_scan_cache_;
+ std::unique_ptr<KeepAliveScheduler> keep_alive_scheduler_;
std::unique_ptr<base::DefaultClock> clock_;
std::unique_ptr<HostScanner> host_scanner_;
std::unique_ptr<HostScanScheduler> host_scan_scheduler_;
« no previous file with comments | « no previous file | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698