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

Unified Diff: remoting/host/ipc_desktop_environment_unittest.cc

Issue 13212009: Made DesktopEnvironment responsible for creation of the disconnect window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Mac Created 7 years, 9 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
« no previous file with comments | « remoting/host/host_window_proxy.cc ('k') | remoting/host/it2me_host_user_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_desktop_environment_unittest.cc
diff --git a/remoting/host/ipc_desktop_environment_unittest.cc b/remoting/host/ipc_desktop_environment_unittest.cc
index c41af3c277a68e2109c1f7c6cccf617daace068a..ec6c257e77c711a188ef76499b0cac8f0dabb084 100644
--- a/remoting/host/ipc_desktop_environment_unittest.cc
+++ b/remoting/host/ipc_desktop_environment_unittest.cc
@@ -370,11 +370,6 @@ void IpcDesktopEnvironmentTest::CreateDesktopProcess() {
.Times(AnyNumber())
.WillRepeatedly(Return(false));
- // TODO(alexeypa): Fix DesktopProcess to use the desktop environment
- // to create the disconnect window instead of directly calling
- // DisconnectWindow::Create(). This will take care of "Uninteresting mock
- // function call" warnings printed when DisconnectWindow::Show() and
- // DisconnectWindow::Hide() are called.
EXPECT_TRUE(desktop_process_->Start(
desktop_environment_factory.PassAs<DesktopEnvironmentFactory>()));
}
« no previous file with comments | « remoting/host/host_window_proxy.cc ('k') | remoting/host/it2me_host_user_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698