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

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

Issue 2836543002: Revert of [CrOS Tether] Add the notion of a tether DeviceState. (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 c633bebe9196468ad3981bf40e6fdfb8c4017d58..abb4e919600856ca3829727a8c876e84ed486b03 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -39,7 +39,6 @@
class LocalDeviceDataProvider;
class NotificationPresenter;
class TetherConnector;
-class TetherDeviceStateManager;
class TetherHostFetcher;
class WifiHotspotConnector;
@@ -95,7 +94,6 @@
// Declare new objects in the order that they will be created during
// initialization to ensure that they are destroyed in the correct order. This
// order will be enforced by InitializerTest.TestCreateAndDestroy.
- std::unique_ptr<TetherDeviceStateManager> tether_device_state_manager_;
std::unique_ptr<TetherHostFetcher> tether_host_fetcher_;
std::unique_ptr<LocalDeviceDataProvider> local_device_data_provider_;
std::unique_ptr<cryptauth::RemoteBeaconSeedFetcher>
« 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