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

Unified Diff: chromeos/network/network_handler.cc

Issue 708563005: Use setProperties for IP Config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_430113_internet_options_1
Patch Set: IPConfigType=Static applies to NameServer only config Created 6 years 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/network/network_handler.cc
diff --git a/chromeos/network/network_handler.cc b/chromeos/network/network_handler.cc
index e54c9351717f6f68ec376deff462ae956f97bdb6..2a3a11f9886d3f7d2f90e187a9c54ad1208fb837 100644
--- a/chromeos/network/network_handler.cc
+++ b/chromeos/network/network_handler.cc
@@ -57,7 +57,8 @@ void NetworkHandler::Init() {
network_state_handler_->InitShillPropertyHandler();
network_device_handler_->Init(network_state_handler_.get());
network_profile_handler_->Init();
- network_configuration_handler_->Init(network_state_handler_.get());
+ network_configuration_handler_->Init(network_state_handler_.get(),
+ network_device_handler_.get());
managed_network_configuration_handler_->Init(
network_state_handler_.get(),
network_profile_handler_.get(),

Powered by Google App Engine
This is Rietveld 408576698