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

Unified Diff: content/child/child_thread_impl.h

Issue 1457173002: Revert of Bind Application in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/child/BUILD.gn ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 8d2b45c6f0e5e0fa14735be28b74e8f1ed5d3668..2914b00d473fcaa66cc6385447b63ad4ddb9a177 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -19,11 +19,6 @@
#include "content/common/message_router.h"
#include "content/public/child/child_thread.h"
#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
-
-#if defined(MOJO_SHELL_CLIENT)
-#include "content/common/mojo/channel_init.h"
-#include "ipc/ipc_platform_file.h"
-#endif
namespace base {
class MessageLoop;
@@ -240,9 +235,6 @@
#if defined(USE_TCMALLOC)
void OnGetTcmallocStats();
#endif
-#if defined(MOJO_SHELL_CLIENT)
- void OnBindControllerHandle(const IPC::PlatformFileForTransit& file);
-#endif
void EnsureConnected();
@@ -304,10 +296,6 @@
scoped_refptr<ChildMessageFilter> geofencing_message_filter_;
scoped_refptr<base::SequencedTaskRunner> browser_process_io_runner_;
-
-#if defined(MOJO_SHELL_CLIENT)
- ChannelInit mojo_shell_channel_init_;
-#endif
base::WeakPtrFactory<ChildThreadImpl> channel_connected_factory_;
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698