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

Unified Diff: chromeos/network/network_change_notifier_chromeos.cc

Issue 21030006: NetworkState cleanup, pass properties to InitialPropertiesReceived (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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/network/managed_state.cc ('k') | chromeos/network/network_change_notifier_chromeos_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_change_notifier_chromeos.cc
diff --git a/chromeos/network/network_change_notifier_chromeos.cc b/chromeos/network/network_change_notifier_chromeos.cc
index 2c4b376d8c5268c0a215353df86e10a859fa2964..706dcfd71c518585a12258bce0f5e63663c732ee 100644
--- a/chromeos/network/network_change_notifier_chromeos.cc
+++ b/chromeos/network/network_change_notifier_chromeos.cc
@@ -135,7 +135,7 @@ void NetworkChangeNotifierChromeos::UpdateState(
// We do have a default network and it is connected.
net::NetworkChangeNotifier::ConnectionType new_connection_type =
ConnectionTypeFromShill(default_network->type(),
- default_network->technology());
+ default_network->network_technology());
if (new_connection_type != connection_type_) {
NET_LOG_EVENT(
"NCNDefaultConnectionTypeChanged",
« no previous file with comments | « chromeos/network/managed_state.cc ('k') | chromeos/network/network_change_notifier_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698