diff options
author | amistry <amistry@chromium.org> | 2016-03-07 19:36:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-08 03:37:45 +0000 |
commit | 379dad6a6204d1d13270bc95e6c2e89148ca1616 (patch) | |
tree | 504bb68944bf65bf920021b0ad46cbee4c36f027 /mojo/edk/test/scoped_ipc_support.h | |
parent | 0599b75469cb6edec440ec4c6ec1f3bc29b383f6 (diff) | |
download | chromium_src-379dad6a6204d1d13270bc95e6c2e89148ca1616.zip chromium_src-379dad6a6204d1d13270bc95e6c2e89148ca1616.tar.gz chromium_src-379dad6a6204d1d13270bc95e6c2e89148ca1616.tar.bz2 |
Add an end-to-end, multi-process perftest of using Mojo with the C++ bindings.
BUG=582823
Review URL: https://codereview.chromium.org/1764023002
Cr-Commit-Position: refs/heads/master@{#379717}
Diffstat (limited to 'mojo/edk/test/scoped_ipc_support.h')
-rw-r--r-- | mojo/edk/test/scoped_ipc_support.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/edk/test/scoped_ipc_support.h b/mojo/edk/test/scoped_ipc_support.h index bb1f458..ff2f558 100644 --- a/mojo/edk/test/scoped_ipc_support.h +++ b/mojo/edk/test/scoped_ipc_support.h @@ -17,6 +17,8 @@ namespace mojo { namespace edk { namespace test { +base::TaskRunner* GetIoTaskRunner(); + namespace internal { class ScopedIPCSupportHelper { |