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

Unified Diff: content/common/mojo/mojo_channel_init.h

Issue 213313004: Add creation of ServiceManager to Content (2nd try) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add shell_client to mojo_pepper_container_app Created 6 years, 9 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/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/common/mojo/mojo_channel_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/mojo_channel_init.h
diff --git a/content/common/mojo/mojo_channel_init.h b/content/common/mojo/mojo_channel_init.h
index 44fa8f47da269cb2fdcfb02c9844d7e2bbb65470..3057eeb24e27181c1dba248fdf2aebc07c021120 100644
--- a/content/common/mojo/mojo_channel_init.h
+++ b/content/common/mojo/mojo_channel_init.h
@@ -31,10 +31,6 @@ class CONTENT_EXPORT MojoChannelInit {
MojoChannelInit();
~MojoChannelInit();
- // Initializes mojo. This is done implicitly when creating a MojoChannelInit,
- // but can be done explicitly as necessary.
- static void InitMojo();
-
// Inits the channel. This takes ownership of |file|.
void Init(base::PlatformFile file,
scoped_refptr<base::TaskRunner> io_thread_task_runner);
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/common/mojo/mojo_channel_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698