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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.h

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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/test/data/web_ui_mojo.js ('k') | content/test/render_thread_impl_browser_test_ipc_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_thread_impl_browser_test_ipc_helper.h
diff --git a/content/test/render_thread_impl_browser_test_ipc_helper.h b/content/test/render_thread_impl_browser_test_ipc_helper.h
index ce3b257d61839ea1479eed1c2501fb543ba898fe..b2eebd4d632e13e0873b96b95e88ea4d66d3165b 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.h
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.h
@@ -10,6 +10,7 @@
#include "content/common/mojo/mojo_messages.h"
#include "ipc/ipc_channel_proxy.h"
#include "ipc/mojo/ipc_channel_mojo.h"
+#include "ipc/mojo/scoped_ipc_support.h"
namespace IPC {
class ChannelMojoHost;
@@ -42,6 +43,7 @@ class RenderThreadImplBrowserIPCTestHelper {
scoped_ptr<base::Thread> ipc_thread_;
scoped_ptr<base::MessageLoopForIO> message_loop_;
scoped_ptr<DummyListener> dummy_listener_;
+ scoped_ptr<IPC::ScopedIPCSupport> ipc_support_;
scoped_ptr<MojoApplicationHost> mojo_application_host_;
scoped_ptr<IPC::ChannelMojoHost> mojo_host_;
std::string channel_id_;
« no previous file with comments | « content/test/data/web_ui_mojo.js ('k') | content/test/render_thread_impl_browser_test_ipc_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698