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

Unified Diff: chrome/browser/chromeos/options/wifi_config_view.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
« no previous file with comments | « chrome/browser/chromeos/mobile/mobile_activator.cc ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/wifi_config_view.cc
diff --git a/chrome/browser/chromeos/options/wifi_config_view.cc b/chrome/browser/chromeos/options/wifi_config_view.cc
index f2461823c3b1878105f7f86d44429f9b931d7512..a45088192f76c9f9a68f0667e7a0aca35137a57f 100644
--- a/chrome/browser/chromeos/options/wifi_config_view.cc
+++ b/chrome/browser/chromeos/options/wifi_config_view.cc
@@ -655,6 +655,7 @@ void WifiConfigView::OnCertificatesLoaded(bool initial_load) {
}
bool WifiConfigView::Login() {
+ LOG(ERROR) << "*** QUICHE: " << __func__;
const NetworkState* network = GetNetworkState();
// Set configuration properties.
@@ -736,6 +737,7 @@ bool WifiConfigView::Login() {
ui::NetworkConnect::Get()->CreateConfiguration(&properties,
share_network);
} else {
+ LOG(ERROR) << "*** QUICHE: " << __func__;
ui::NetworkConnect::Get()->ConfigureNetworkAndConnect(
service_path_, properties, share_network);
}
« no previous file with comments | « chrome/browser/chromeos/mobile/mobile_activator.cc ('k') | chrome/browser/chromeos/status/network_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698