| 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);
|
|
|