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

Unified Diff: ui/chromeos/network/network_connect.h

Issue 2430003002: NetworkConnect::Delegate: service_path -> network_id (Closed)
Patch Set: 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
Index: ui/chromeos/network/network_connect.h
diff --git a/ui/chromeos/network/network_connect.h b/ui/chromeos/network/network_connect.h
index b7acddf64158a9720c6200be5935a075ba4eba67..fadfadfef82cac59c1ad52164af8dec2831d8664 100644
--- a/ui/chromeos/network/network_connect.h
+++ b/ui/chromeos/network/network_connect.h
@@ -41,7 +41,7 @@ class UI_CHROMEOS_EXPORT NetworkConnect {
virtual void ShowMobileSimDialog() = 0;
// Shows UI to setup a mobile network.
- virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
+ virtual void ShowMobileSetupDialog(const std::string& network_id) = 0;
protected:
virtual ~Delegate() {}

Powered by Google App Engine
This is Rietveld 408576698