Index: chrome/browser/chromeos/mobile/mobile_activator.cc |
diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc |
index a538cf17f43041839e7a4e298cd8a2d7cd9b7bf5..f3fa8db51463d15f420b51cd03e884c9a1f13df2 100644 |
--- a/chrome/browser/chromeos/mobile/mobile_activator.cc |
+++ b/chrome/browser/chromeos/mobile/mobile_activator.cc |
@@ -554,6 +554,7 @@ void MobileActivator::HandleOTASPTimeout() { |
} |
void MobileActivator::ConnectNetwork(const NetworkState* network) { |
+ LOG(ERROR) << "*** QUICHE: " << __func__; |
NetworkHandler::Get()->network_connection_handler()->ConnectToNetwork( |
network->path(), |
base::Bind(&base::DoNothing), |