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

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

Issue 2801353002: [CrOS Tether] Fill out the Initializer class. Tether will now initialize fully once the flag is ena… (Closed)
Patch Set: Added missing dep. 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/DEPS ('k') | chromeos/components/tether/active_host_network_state_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/active_host_network_state_updater.h
diff --git a/chromeos/components/tether/active_host_network_state_updater.h b/chromeos/components/tether/active_host_network_state_updater.h
index 13d4d6d182f3995fd9810083a332e7c66ccf0a2b..6f0c8b79d67489747690e14e4178f5ee3543a491 100644
--- a/chromeos/components/tether/active_host_network_state_updater.h
+++ b/chromeos/components/tether/active_host_network_state_updater.h
@@ -19,7 +19,8 @@ namespace tether {
// to the networking stack.
class ActiveHostNetworkStateUpdater : public ActiveHost::Observer {
public:
- ActiveHostNetworkStateUpdater(ActiveHost* active_host);
+ ActiveHostNetworkStateUpdater(ActiveHost* active_host,
+ NetworkStateHandler* network_state_handler);
~ActiveHostNetworkStateUpdater();
// ActiveHost::Observer:
@@ -27,11 +28,6 @@ class ActiveHostNetworkStateUpdater : public ActiveHost::Observer {
const ActiveHost::ActiveHostChangeInfo& change_info) override;
private:
- friend class ActiveHostNetworkStateUpdaterTest;
-
- ActiveHostNetworkStateUpdater(ActiveHost* active_host,
- NetworkStateHandler* network_state_handler);
-
ActiveHost* active_host_;
NetworkStateHandler* network_state_handler_;
« no previous file with comments | « chromeos/components/tether/DEPS ('k') | chromeos/components/tether/active_host_network_state_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698