Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/status/network_menu_button.cc

Issue 1692005: 2nd attempt to land http://codereview.chromium.org/1676002 for njw... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/chromeos/options/wifi_config_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/network_menu_button.cc
===================================================================
--- chrome/browser/chromeos/status/network_menu_button.cc (revision 45218)
+++ chrome/browser/chromeos/status/network_menu_button.cc (working copy)
@@ -130,7 +130,7 @@
// If wifi network is not encrypted, then directly connect.
// Otherwise, we open password dialog window.
if (!wifi.encrypted) {
- cros->ConnectToWifiNetwork(wifi, string16());
+ cros->ConnectToWifiNetwork(wifi, string16(), string16(), string16());
} else {
NetworkConfigView* view = new NetworkConfigView(wifi, true);
views::Window* window = views::Window::CreateChromeWindow(
« no previous file with comments | « chrome/browser/chromeos/options/wifi_config_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine