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

Unified Diff: chrome/browser/ui/webui/chromeos/about_network.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
Index: chrome/browser/ui/webui/chromeos/about_network.cc
diff --git a/chrome/browser/ui/webui/chromeos/about_network.cc b/chrome/browser/ui/webui/chromeos/about_network.cc
index b377709b551154efd3a7543fab0c6b72b936b678..96e6a36e2fc2d9f155dca0f348e9a19475423f1b 100644
--- a/chrome/browser/ui/webui/chromeos/about_network.cc
+++ b/chrome/browser/ui/webui/chromeos/about_network.cc
@@ -111,7 +111,7 @@ std::string NetworkStateToHtmlTableRow(const NetworkState* network) {
WrapWithTD(network->error()) +
WrapWithTD(network->ip_address()) +
WrapWithTD(network->security()) +
- WrapWithTD(network->technology()) +
+ WrapWithTD(network->network_technology()) +
WrapWithTD(network->activation_state()) +
WrapWithTD(network->roaming()) +
WrapWithTD(base::IntToString(network->cellular_out_of_credits())) +
« no previous file with comments | « ash/system/chromeos/network/network_observer.cc ('k') | chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698