| Index: ash/test/test_session_state_delegate.cc
|
| diff --git a/ash/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
|
| index 171cd43d32fe09a53b79dce622d2d1323cf38e05..e1085c02422b1fcc37d1a62586e5ac6dddd24cd6 100644
|
| --- a/ash/test/test_session_state_delegate.cc
|
| +++ b/ash/test/test_session_state_delegate.cc
|
| @@ -34,8 +34,7 @@ TestSessionStateDelegate::TestSessionStateDelegate()
|
| should_lock_screen_before_suspending_(false),
|
| screen_locked_(false),
|
| user_adding_screen_running_(false),
|
| - logged_in_users_(1),
|
| - num_transfer_to_desktop_of_user_calls_(0) {
|
| + logged_in_users_(1) {
|
| }
|
|
|
| TestSessionStateDelegate::~TestSessionStateDelegate() {
|
| @@ -159,12 +158,5 @@ void TestSessionStateDelegate::RemoveSessionStateObserver(
|
| SessionStateObserver* observer) {
|
| }
|
|
|
| -bool TestSessionStateDelegate::TransferWindowToDesktopOfUser(
|
| - aura::Window* window,
|
| - ash::MultiProfileIndex index) {
|
| - num_transfer_to_desktop_of_user_calls_++;
|
| - return false;
|
| -}
|
| -
|
| } // namespace test
|
| } // namespace ash
|
|
|