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

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

Issue 2917803002: Tether: Display a 'setup required' notification when appropriate. (Closed)
Patch Set: Rebase. 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
« 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 ef17a1a0570f4d31fcb97f2c3d09859ad0c6e90a..b6f0b585753e9573a4570eb97257455dbe1acacc 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -124,6 +124,10 @@ class Initializer : public OAuth2TokenService::Observer {
active_host_network_state_updater_;
std::unique_ptr<DeviceIdTetherNetworkGuidMap>
device_id_tether_network_guid_map_;
+ std::unique_ptr<HostScanCache> host_scan_cache_;
+ std::unique_ptr<base::DefaultClock> clock_;
+ std::unique_ptr<HostScanner> host_scanner_;
+ std::unique_ptr<HostScanScheduler> host_scan_scheduler_;
std::unique_ptr<TetherConnector> tether_connector_;
std::unique_ptr<TetherDisconnector> tether_disconnector_;
std::unique_ptr<NetworkConfigurationRemover> network_configuration_remover_;
@@ -131,10 +135,6 @@ class Initializer : public OAuth2TokenService::Observer {
network_connection_handler_tether_delegate_;
std::unique_ptr<TetherNetworkDisconnectionHandler>
tether_network_disconnection_handler_;
- std::unique_ptr<HostScanCache> host_scan_cache_;
- std::unique_ptr<base::DefaultClock> clock_;
- std::unique_ptr<HostScanner> host_scanner_;
- std::unique_ptr<HostScanScheduler> host_scan_scheduler_;
base::WeakPtrFactory<Initializer> weak_ptr_factory_;
« 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