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

Unified Diff: remoting/host/desktop_process_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/desktop_process_main.cc ('k') | remoting/host/desktop_session_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process_unittest.cc
diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
index 5814244bd9476c784de479003961b24d051d4e2a..b861cf08fa890cc6095ba5d9c98f803023d205bd 100644
--- a/remoting/host/desktop_process_unittest.cc
+++ b/remoting/host/desktop_process_unittest.cc
@@ -287,11 +287,6 @@ void DesktopProcessTest::SendCrashRequest() {
}
void DesktopProcessTest::SendStartSessionAgent() {
- // 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.
network_channel_->Send(new ChromotingNetworkDesktopMsg_StartSessionAgent(
"user@domain/rest-of-jid", ScreenResolution()));
}
« no previous file with comments | « remoting/host/desktop_process_main.cc ('k') | remoting/host/desktop_session_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698