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

Unified Diff: base/message_loop.h

Issue 10831271: [Chromoting] Adding uiAccess='true' to the remoting_me2me_host.exe's manifest as it is required to … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | base/message_loop.cc » ('j') | base/message_pump_win.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop.h
index 0812c0fcc2902543ee4a01dfaa919af5971ce259..4b85c3a3c4efff8603216bb1c25da831e52b524e 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -631,7 +631,8 @@ class BASE_EXPORT MessageLoopForIO : public MessageLoop {
#if defined(OS_WIN)
// Please see MessagePumpWin for definitions of these methods.
- void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
+ void RegisterIOHandler(HANDLE file, IOHandler* handler);
+ bool RegisterJobObject(HANDLE job, IOHandler* handler);
jar (doing other things) 2012/08/11 02:30:01 Please add comment explaining that the return bool
alexeypa (please no reviews) 2012/08/13 15:15:14 Done.
jar (doing other things) 2012/08/15 23:42:03 I didn't see the added comments. On 2012/08/13 15
alexeypa (please no reviews) 2012/08/15 23:55:50 rvargas@ asked me not to copy-paste documentation.
bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
protected:
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | base/message_pump_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698