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

Unified Diff: content/test/render_thread_impl_browser_test_ipc_helper.h

Issue 2109483002: Remove MojoApplication[Host] & ApplicationSetup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@u2
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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('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 d81ca7a57bdeb5d98e6342924fbb7299bcaefc78..cb8645e2cf5a890930b831483f18c533ae6d5c3f 100644
--- a/content/test/render_thread_impl_browser_test_ipc_helper.h
+++ b/content/test/render_thread_impl_browser_test_ipc_helper.h
@@ -6,7 +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 +51,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_;
« no previous file with comments | « content/renderer/render_thread_impl.cc ('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