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

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

Issue 2819993002: [CrOS Tether] Add the notion of a tether DeviceState. (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
« 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 abb4e919600856ca3829727a8c876e84ed486b03..c633bebe9196468ad3981bf40e6fdfb8c4017d58 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -39,6 +39,7 @@ class HostScanDevicePrioritizer;
class LocalDeviceDataProvider;
class NotificationPresenter;
class TetherConnector;
+class TetherDeviceStateManager;
class TetherHostFetcher;
class WifiHotspotConnector;
@@ -94,6 +95,7 @@ class Initializer : public OAuth2TokenService::Observer {
// 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