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

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

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
Index: chromeos/components/tether/active_host_network_state_updater.cc
diff --git a/chromeos/components/tether/active_host_network_state_updater.cc b/chromeos/components/tether/active_host_network_state_updater.cc
index d05c41afd16671d04d41bea8c06cfa7be1e8aa10..c6cfc1a912c29740b85e7378d30515b9fda628e7 100644
--- a/chromeos/components/tether/active_host_network_state_updater.cc
+++ b/chromeos/components/tether/active_host_network_state_updater.cc
@@ -15,12 +15,6 @@ namespace chromeos {
namespace tether {
ActiveHostNetworkStateUpdater::ActiveHostNetworkStateUpdater(
- ActiveHost* active_host)
- : ActiveHostNetworkStateUpdater(
- active_host,
- NetworkHandler::Get()->network_state_handler()) {}
-
-ActiveHostNetworkStateUpdater::ActiveHostNetworkStateUpdater(
ActiveHost* active_host,
NetworkStateHandler* network_state_handler)
: active_host_(active_host), network_state_handler_(network_state_handler) {
« no previous file with comments | « chromeos/components/tether/active_host_network_state_updater.h ('k') | chromeos/components/tether/fake_tether_host_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698