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/host_scanner.h

Issue 2819383002: [CrOS Tether] Update NetworkState to include tether properties and integrate into NetworkStateHandl… (Closed)
Patch Set: stevenjb@ comment. 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
Index: chromeos/components/tether/host_scanner.h
diff --git a/chromeos/components/tether/host_scanner.h b/chromeos/components/tether/host_scanner.h
index fab81641d10a9fb93280696dab90b64e97c5fd14..d17d8c1399002a27c08e1a10606a3ca780634f80 100644
--- a/chromeos/components/tether/host_scanner.h
+++ b/chromeos/components/tether/host_scanner.h
@@ -18,6 +18,7 @@ namespace chromeos {
namespace tether {
class BleConnectionManager;
+class DeviceIdTetherNetworkGuidMap;
class HostScanDevicePrioritizer;
class TetherHostFetcher;
@@ -31,7 +32,8 @@ class HostScanner : public HostScannerOperation::Observer {
BleConnectionManager* connection_manager,
HostScanDevicePrioritizer* host_scan_device_prioritizer,
NetworkStateHandler* network_state_handler,
- NotificationPresenter* notification_presenter);
+ NotificationPresenter* notification_presenter,
+ DeviceIdTetherNetworkGuidMap* device_id_tether_network_guid_map);
virtual ~HostScanner();
// Starts a host scan if there is no current scan. If a scan is ongoing, this
@@ -62,6 +64,7 @@ class HostScanner : public HostScannerOperation::Observer {
HostScanDevicePrioritizer* host_scan_device_prioritizer_;
NetworkStateHandler* network_state_handler_;
NotificationPresenter* notification_presenter_;
+ DeviceIdTetherNetworkGuidMap* device_id_tether_network_guid_map_;
bool is_fetching_hosts_;
std::unique_ptr<HostScannerOperation> host_scanner_operation_;
« no previous file with comments | « chromeos/components/tether/host_scan_scheduler_unittest.cc ('k') | chromeos/components/tether/host_scanner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698