| Index: ash/common/system/tray/system_tray_controller.h
|
| diff --git a/ash/common/system/tray/system_tray_controller.h b/ash/common/system/tray/system_tray_controller.h
|
| index 6cf39665a3db131165589db8461e94c28327f587..0a595036d723d8d58087d4c1149368d158c89d31 100644
|
| --- a/ash/common/system/tray/system_tray_controller.h
|
| +++ b/ash/common/system/tray/system_tray_controller.h
|
| @@ -49,6 +49,7 @@ class SystemTrayController : public mojom::SystemTray {
|
| void ShowPaletteHelp();
|
| void ShowPaletteSettings();
|
| void ShowPublicAccountInfo();
|
| + void ShowNetworkSettings(const std::string& network_id);
|
| void ShowProxySettings();
|
|
|
| // Binds the mojom::SystemTray interface to this object.
|
|
|