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

Unified Diff: chrome/browser/chromeos/mobile/mobile_activator.cc

Issue 1426393003: NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@submit-4.5-split-wcss
Patch Set: Created 5 years, 1 month 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/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),
« no previous file with comments | « ash/system/chromeos/network/network_state_list_detailed_view.cc ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698