Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: ash/test/test_session_state_delegate.cc

Issue 184113005: Removal of drag window to user tray icon functionality (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698