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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.h

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
Patch Set: . Created 4 years, 6 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: 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 d81ca7a57bdeb5d98e6342924fbb7299bcaefc78..1958d74ec9a9f4cf72c39d60259d2b95e898badb 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.h
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.h
@@ -6,8 +6,6 @@
#define CONTENT_TEST_RENDER_THREAD_IMPL_BROWSER_TEST_IPC_HELPER_H_
#include "content/app/mojo/mojo_init.h"
-#include "content/browser/mojo/mojo_application_host.h"
-#include "ipc/ipc_channel_mojo.h"
#include "ipc/ipc_channel_proxy.h"
#include "mojo/edk/test/scoped_ipc_support.h"
@@ -52,7 +50,6 @@ class RenderThreadImplBrowserIPCTestHelper {
std::unique_ptr<base::MessageLoopForIO> message_loop_;
std::unique_ptr<DummyListener> dummy_listener_;
std::unique_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support_;
- std::unique_ptr<MojoApplicationHost> mojo_application_host_;
std::string mojo_ipc_token_;
std::string mojo_application_token_;
std::string channel_id_;

Powered by Google App Engine
This is Rietveld 408576698