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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.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/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();

Powered by Google App Engine
This is Rietveld 408576698