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

Unified Diff: chrome/browser/chromeos/options/network_config_view.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: chrome/browser/chromeos/options/network_config_view.h
diff --git a/chrome/browser/chromeos/options/network_config_view.h b/chrome/browser/chromeos/options/network_config_view.h
index 526b606ec0ba510fb10e0048ac6ceeef58cb2ab9..2ebe4d3616153abfa93f630ef719bb663569b10d 100644
--- a/chrome/browser/chromeos/options/network_config_view.h
+++ b/chrome/browser/chromeos/options/network_config_view.h
@@ -45,7 +45,7 @@ class NetworkConfigView : public views::DialogDelegateView,
};
// Shows a network connection dialog if none is currently visible.
- static void Show(const std::string& service_path, gfx::NativeWindow parent);
+ static void Show(const std::string& network_id, gfx::NativeWindow parent);
// Shows a dialog to configure a new network. |type| must be a valid Shill
// 'Type' property value.
static void ShowForType(const std::string& type, gfx::NativeWindow parent);

Powered by Google App Engine
This is Rietveld 408576698