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

Unified Diff: chromeos/network/network_state_handler.cc

Issue 2913323003: Settings: Network: Merge Tether networks into Mobile subpage (Closed)
Patch Set: Fix browser_tests Created 3 years, 7 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 | « chrome/test/data/webui/settings/internet_page_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_state_handler.cc
diff --git a/chromeos/network/network_state_handler.cc b/chromeos/network/network_state_handler.cc
index bed774e33bbf93ca6b0d4aa92e3115a25a93619e..6bf34633966a6ab6f7c18cac0380f20c4218571e 100644
--- a/chromeos/network/network_state_handler.cc
+++ b/chromeos/network/network_state_handler.cc
@@ -158,8 +158,8 @@ void NetworkStateHandler::SetTechnologyEnabled(
if (tether_technology_state_ != TECHNOLOGY_ENABLED &&
tether_technology_state_ != TECHNOLOGY_AVAILABLE) {
NET_LOG(ERROR) << "SetTechnologyEnabled() called for the Tether "
- << "DeviceState, but the current state was not "
- << "TECHNOLOGY_ENABLED or TECHNOLOGY_AVAILABLE.";
+ << "DeviceState, but the current state was: "
+ << tether_technology_state_;
network_handler::RunErrorCallback(
error_callback, kTetherDevicePath,
NetworkConnectionHandler::kErrorEnabledOrDisabledWhenNotAvailable,
« no previous file with comments | « chrome/test/data/webui/settings/internet_page_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698