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

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

Issue 2861443002: (Fix landed) Revert of [CrOS Tether] Create HostScanCache, which caches scan results and inserts... (Closed)
Patch Set: 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 640f34d935214e303a22b34020c1192210a19f82..a4d22e469ca76191cb4e4eba0af6fbad25fe89a5 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -36,7 +36,6 @@
class ActiveHostNetworkStateUpdater;
class BleConnectionManager;
class DeviceIdTetherNetworkGuidMap;
-class HostScanCache;
class HostScanner;
class HostScanDevicePrioritizer;
class LocalDeviceDataProvider;
@@ -126,7 +125,6 @@
std::unique_ptr<NetworkConfigurationRemover> network_configuration_remover_;
std::unique_ptr<TetherNetworkDisconnectionHandler>
tether_network_disconnection_handler_;
- std::unique_ptr<HostScanCache> host_scan_cache_;
std::unique_ptr<HostScanner> host_scanner_;
base::WeakPtrFactory<Initializer> weak_ptr_factory_;
« 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