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

Unified Diff: content/public/test/test_utils.h

Issue 2221153003: Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: rebase Created 4 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 | « content/public/test/test_mojo_shell_context.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_utils.h
diff --git a/content/public/test/test_utils.h b/content/public/test/test_utils.h
index f36aa00cb8d327b4552b60bed97d2e179751ff5a..67ef47dce525e125853e6c13e32070f70975358b 100644
--- a/content/public/test/test_utils.h
+++ b/content/public/test/test_utils.h
@@ -35,6 +35,7 @@ class CommandLine;
namespace content {
class RenderFrameHost;
+class TestMojoShellContext;
// Turns on nestable tasks, runs the message loop, then resets nestable tasks
// to what they were originally. Prefer this over MessageLoop::Run for in
@@ -240,6 +241,7 @@ class InProcessUtilityThreadHelper : public BrowserChildProcessObserver {
int child_thread_count_;
scoped_refptr<MessageLoopRunner> runner_;
+ std::unique_ptr<TestMojoShellContext> shell_context_;
DISALLOW_COPY_AND_ASSIGN(InProcessUtilityThreadHelper);
};
« no previous file with comments | « content/public/test/test_mojo_shell_context.cc ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698