| 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 2cfb8bf87985498753d88d23c62e37d78db7ee8e..81838581477f3d3a23cecc18839d6bb55d4bcffb 100644
|
| --- a/ash/common/system/tray/system_tray_controller.h
|
| +++ b/ash/common/system/tray/system_tray_controller.h
|
| @@ -55,6 +55,7 @@ class ASH_EXPORT SystemTrayController
|
| void ShowPublicAccountInfo();
|
| void ShowNetworkConfigure(const std::string& network_id);
|
| void ShowNetworkCreate(const std::string& type);
|
| + void ShowThirdPartyVpnCreate(const std::string& extension_id);
|
| void ShowNetworkSettings(const std::string& network_id);
|
| void ShowProxySettings();
|
| void SignOut();
|
|
|