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/tether_connector.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/pref_names.cc ('k') | chromeos/components/tether/tether_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/tether_connector.h
diff --git a/chromeos/components/tether/tether_connector.h b/chromeos/components/tether/tether_connector.h
index 6bd8ed64407bee62a549a8a9cfcb742c0b726a7d..d07b772ae87514be00f9d17ae9d5a27dfac63b4e 100644
--- a/chromeos/components/tether/tether_connector.h
+++ b/chromeos/components/tether/tether_connector.h
@@ -19,8 +19,8 @@ namespace tether {
class ActiveHost;
class BleConnectionManager;
class DeviceIdTetherNetworkGuidMap;
-class HostScanDevicePrioritizer;
class TetherHostFetcher;
+class TetherHostResponseRecorder;
class WifiHotspotConnector;
// Connects to a tether network. When the user initiates a connection via the
@@ -38,7 +38,7 @@ class TetherConnector : public NetworkConnectionHandler::TetherDelegate,
ActiveHost* active_host,
TetherHostFetcher* tether_host_fetcher,
BleConnectionManager* connection_manager,
- HostScanDevicePrioritizer* host_scan_device_prioritizer,
+ TetherHostResponseRecorder* tether_host_response_recorder,
DeviceIdTetherNetworkGuidMap* device_id_tether_network_guid_map);
~TetherConnector() override;
@@ -76,7 +76,7 @@ class TetherConnector : public NetworkConnectionHandler::TetherDelegate,
ActiveHost* active_host_;
TetherHostFetcher* tether_host_fetcher_;
BleConnectionManager* connection_manager_;
- HostScanDevicePrioritizer* host_scan_device_prioritizer_;
+ TetherHostResponseRecorder* tether_host_response_recorder_;
DeviceIdTetherNetworkGuidMap* device_id_tether_network_guid_map_;
std::string device_id_pending_connection_;
« no previous file with comments | « chromeos/components/tether/pref_names.cc ('k') | chromeos/components/tether/tether_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698