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

Unified Diff: ash/public/interfaces/system_tray.mojom

Issue 2430003002: NetworkConnect::Delegate: service_path -> network_id (Closed)
Patch Set: Rebase, move guid lookup 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: ash/public/interfaces/system_tray.mojom
diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
index d98d351ea9677d52cfa8e019d1dd1a6fd70032f5..b48943f32d5c0ad6377f105e6c1d5512df4e1c92 100644
--- a/ash/public/interfaces/system_tray.mojom
+++ b/ash/public/interfaces/system_tray.mojom
@@ -54,9 +54,9 @@ interface SystemTrayClient {
// TODO(crbug.com/647412): ShowEnterpriseInfo();
- // Shows UI to configure or activate the network specified by |service_path|,
+ // Shows UI to configure or activate the network specified by |network_id|,
// which may include showing payment or captive portal UI when appropriate.
- ShowNetworkConfigure(string service_path);
+ ShowNetworkConfigure(string network_id);
// Shows settings related to networking. If |network_id| is empty, shows
// general settings. Otherwise shows settings for the individual network.

Powered by Google App Engine
This is Rietveld 408576698