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

Unified Diff: chrome/browser/chromeos/options/network_config_view.cc

Issue 1091043002: Use networkingPrivate.startConnect (Take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 | « no previous file | chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_config_view.cc
diff --git a/chrome/browser/chromeos/options/network_config_view.cc b/chrome/browser/chromeos/options/network_config_view.cc
index b41bd47b1b64ff4dcab106be504df0eb62c5a286..4c2de1fdbd8266656fb716abe65d22dd274bddfe 100644
--- a/chrome/browser/chromeos/options/network_config_view.cc
+++ b/chrome/browser/chromeos/options/network_config_view.cc
@@ -25,6 +25,7 @@
#include "chromeos/login/login_state.h"
#include "chromeos/network/network_state.h"
#include "chromeos/network/network_state_handler.h"
+#include "components/device_event_log/device_event_log.h"
#include "components/user_manager/user.h"
#include "ui/accessibility/ax_view_state.h"
#include "ui/aura/window_event_dispatcher.h"
@@ -136,6 +137,7 @@ void NetworkConfigView::Show(const std::string& service_path,
delete view;
return;
}
+ NET_LOG(USER) << "NetworkConfigView::Show: " << service_path;
view->ShowDialog(parent);
}
@@ -151,6 +153,7 @@ void NetworkConfigView::ShowForType(const std::string& type,
delete view;
return;
}
+ NET_LOG(USER) << "NetworkConfigView::ShowForType: " << type;
view->ShowDialog(parent);
}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698