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

Unified Diff: ash/mus/network_connect_delegate_mus.cc

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: Fix virtuals Created 4 years, 2 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 | « ash/mus/network_connect_delegate_mus.h ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/network_connect_delegate_mus.cc
diff --git a/ash/mus/network_connect_delegate_mus.cc b/ash/mus/network_connect_delegate_mus.cc
index 838fbeb32dbafef326a1e17c62407ad07929abb2..5affaede8d4ccfd43ff5a1b8d753ae285f499acb 100644
--- a/ash/mus/network_connect_delegate_mus.cc
+++ b/ash/mus/network_connect_delegate_mus.cc
@@ -43,5 +43,19 @@ void NetworkConnectDelegateMus::ShowMobileSetupDialog(
NOTIMPLEMENTED();
}
+void NetworkConnectDelegateMus::ShowNetworkConnectError(
+ const std::string& error_name,
+ const std::string& network_id) {
+ // TODO(mash): http://crbug.com/644355
+ LOG(ERROR) << "Network Connect Error: " << error_name
+ << " For: " << network_id;
+}
+
+void NetworkConnectDelegateMus::ShowMobileActivationError(
+ const std::string& network_id) {
+ // TODO(mash): http://crbug.com/644355
+ LOG(ERROR) << "Mobile Activation Error For: " << network_id;
+}
+
} // namespace mus
} // namespace ash
« no previous file with comments | « ash/mus/network_connect_delegate_mus.h ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698