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

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

Issue 2918863002: [CrOS Tether] Update the KeepAliveTickle code to receive DeviceStatus updates. (Closed)
Patch Set: Rebased. Created 3 years, 7 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: chromeos/components/tether/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index ef17a1a0570f4d31fcb97f2c3d09859ad0c6e90a..e077e53e35d7535b2c53bb0f9f0bd7815c940f17 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;
@@ -132,6 +133,7 @@ class Initializer : public OAuth2TokenService::Observer {
std::unique_ptr<TetherNetworkDisconnectionHandler>
tether_network_disconnection_handler_;
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') | chromeos/components/tether/keep_alive_operation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698