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

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

Issue 2844973002: [CrOS Tether] Create TetherHostResponseRecorder, which records ConnectTetheringResponses and Tether… (Closed)
Patch Set: Changed "Connectable" wording to "Connected". Created 3 years, 8 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 | « chromeos/components/tether/host_scanner_unittest.cc ('k') | 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 be2e265e73445be61865fa0127a185814db7da72..a4d22e469ca76191cb4e4eba0af6fbad25fe89a5 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -44,6 +44,7 @@ class NotificationPresenter;
class TetherConnector;
class TetherDeviceStateManager;
class TetherHostFetcher;
+class TetherHostResponseRecorder;
class TetherNetworkDisconnectionHandler;
class WifiHotspotConnector;
@@ -112,6 +113,7 @@ class Initializer : public OAuth2TokenService::Observer {
std::unique_ptr<cryptauth::RemoteBeaconSeedFetcher>
remote_beacon_seed_fetcher_;
std::unique_ptr<BleConnectionManager> ble_connection_manager_;
+ std::unique_ptr<TetherHostResponseRecorder> tether_host_response_recorder_;
std::unique_ptr<HostScanDevicePrioritizer> host_scan_device_prioritizer_;
std::unique_ptr<WifiHotspotConnector> wifi_hotspot_connector_;
std::unique_ptr<ActiveHost> active_host_;
« no previous file with comments | « chromeos/components/tether/host_scanner_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698