| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index 6cfd1c5ce9dc0d48029cf1c309d61d1407703b3e..21582f10170553e176ac868bb7c0d3b3c9eabdaa 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -181,9 +181,9 @@ class ASH_EXPORT SystemTrayDelegate {
|
| // Shows the dialog to set system time, date, and timezone.
|
| virtual void ShowSetTimeDialog();
|
|
|
| - // Shows the settings related to network. If |service_path| is not empty,
|
| - // show the settings for that network.
|
| - virtual void ShowNetworkSettings(const std::string& service_path);
|
| + // Shows the settings related to network. If |guid| is not empty,
|
| + // show the settings for the corresponding network.
|
| + virtual void ShowNetworkSettingsForGuid(const std::string& guid);
|
|
|
| // Shows the settings related to bluetooth.
|
| virtual void ShowBluetoothSettings();
|
|
|