| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| index e6420018d76cebaba37ec6798927e26f497a8664..4f1fdda376c3a996e0faadde6305ec9539544b39 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| @@ -449,6 +449,7 @@ void InternetOptionsHandler::RequestNetworkScanCallback(
|
| }
|
|
|
| void InternetOptionsHandler::StartConnectCallback(const base::ListValue* args) {
|
| + LOG(ERROR) << "*** QUICHE: " << __func__;
|
| std::string service_path;
|
| if (!args->GetString(0, &service_path)) {
|
| NOTREACHED();
|
|
|