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

Side by Side Diff: trunk/src/remoting/host/win/message_window.h

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ 5 #ifndef REMOTING_HOST_WIN_MESSAGE_WINDOW_H_
6 #define REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ 6 #define REMOTING_HOST_WIN_MESSAGE_WINDOW_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 // Handle of the input window. 58 // Handle of the input window.
59 HWND window_; 59 HWND window_;
60 60
61 DISALLOW_COPY_AND_ASSIGN(MessageWindow); 61 DISALLOW_COPY_AND_ASSIGN(MessageWindow);
62 }; 62 };
63 63
64 } // namespace win 64 } // namespace win
65 } // namespace remoting 65 } // namespace remoting
66 66
67 #endif // REMOTING_HOST_WIN_MESSAGE_WINDOW_H_ 67 #endif // REMOTING_HOST_WIN_MESSAGE_WINDOW_H_
OLDNEW
« no previous file with comments | « trunk/src/remoting/host/win/host_service.cc ('k') | trunk/src/remoting/host/win/message_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698