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

Unified Diff: trunk/src/remoting/host/win/host_service.cc

Issue 15973003: Revert 201955 "Allow multiple base::MessagePumpForUI instances t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | « trunk/src/remoting/host/win/host_service.h ('k') | trunk/src/remoting/host/win/message_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/remoting/host/win/host_service.cc
===================================================================
--- trunk/src/remoting/host/win/host_service.cc (revision 201972)
+++ trunk/src/remoting/host/win/host_service.cc (working copy)
@@ -385,7 +385,7 @@
}
// Create a window for receiving session change notifications.
- base::win::MessageWindow window;
+ win::MessageWindow window;
if (!window.Create(this)) {
LOG_GETLASTERROR(ERROR)
<< "Failed to create the session notification window";
« no previous file with comments | « trunk/src/remoting/host/win/host_service.h ('k') | trunk/src/remoting/host/win/message_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698