BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / components / nacl / common / nacl_debug_exception_handler_win.h
blob1767cd41255806274d04680945a122af5016ce7c
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
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
6 #define COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_
8 #include "base/callback.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/process/process.h"
12 namespace base {
13 class SingleThreadTaskRunner;
16 void NaClStartDebugExceptionHandlerThread(
17 base::Process nacl_process,
18 const std::string& startup_info,
19 scoped_refptr<base::SingleThreadTaskRunner> task_runner,
20 const base::Callback<void(bool)>& on_connected);
22 #endif // COMPONENTS_NACL_COMMON_NACL_DEBUG_EXCEPTION_HANDLER_WIN_H_