| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index b7adf68b69edb12a1230eb3f5a131ec648ae1cdd..2c7a1548972c36a3c193ec513650f6f6a71cd521 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -93,7 +93,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| class LogoutConfirmationController;
|
| -class VpnList;
|
| #endif
|
|
|
| // Similar to ash::Shell. Eventually the two will be merged.
|
| @@ -425,8 +424,6 @@
|
| LogoutConfirmationController* logout_confirmation_controller() {
|
| return logout_confirmation_controller_.get();
|
| }
|
| -
|
| - VpnList* vpn_list() { return vpn_list_.get(); }
|
|
|
| // TODO(jamescook): Remove this when VirtualKeyboardController has been moved.
|
| virtual void ToggleIgnoreExternalKeyboard() = 0;
|
| @@ -516,7 +513,6 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| std::unique_ptr<LogoutConfirmationController> logout_confirmation_controller_;
|
| - std::unique_ptr<VpnList> vpn_list_;
|
| #endif
|
| };
|
|
|
|
|