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

Unified Diff: components/nacl/common/nacl_debug_exception_handler_win.h

Issue 1144153004: components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 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
Index: components/nacl/common/nacl_debug_exception_handler_win.h
diff --git a/components/nacl/common/nacl_debug_exception_handler_win.h b/components/nacl/common/nacl_debug_exception_handler_win.h
index b117e6eaad859aab5c4f2e7f6beffd3fbd967115..1767cd41255806274d04680945a122af5016ce7c 100644
--- a/components/nacl/common/nacl_debug_exception_handler_win.h
+++ b/components/nacl/common/nacl_debug_exception_handler_win.h
@@ -7,13 +7,16 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
-#include "base/message_loop/message_loop.h"
#include "base/process/process.h"
+namespace base {
+class SingleThreadTaskRunner;
+}
+
void NaClStartDebugExceptionHandlerThread(
base::Process nacl_process,
const std::string& startup_info,
- const scoped_refptr<base::MessageLoopProxy>& message_loop,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner,
const base::Callback<void(bool)>& on_connected);
#endif // COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
« no previous file with comments | « components/nacl/browser/pnacl_translation_cache.h ('k') | components/nacl/common/nacl_debug_exception_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698