| Index: chrome/browser/ui/ash/system_tray_client.h
|
| diff --git a/chrome/browser/ui/ash/system_tray_client.h b/chrome/browser/ui/ash/system_tray_client.h
|
| index 5f364e9fc80107b39fe8dd4bbfd39d7e892ab9b6..2628b493d8d228285587467a5a11f4dcb3b618f8 100644
|
| --- a/chrome/browser/ui/ash/system_tray_client.h
|
| +++ b/chrome/browser/ui/ash/system_tray_client.h
|
| @@ -34,6 +34,7 @@ class SystemTrayClient : public ash::mojom::SystemTrayClient,
|
| void ShowPaletteHelp() override;
|
| void ShowPaletteSettings() override;
|
| void ShowPublicAccountInfo() override;
|
| + void ShowNetworkConfigure(const std::string& network_id) override;
|
| void ShowNetworkSettings(const std::string& network_id) override;
|
| void ShowProxySettings() override;
|
|
|
|
|