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

Side by Side Diff: content/browser/renderer_host/render_process_host_mojo_impl.h

Issue 218613010: Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/webui/web_ui_mojo_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/process/process_handle.h" 9 #include "base/process/process_handle.h"
10 #include "content/common/mojo/render_process.mojom.h" 10 #include "content/common/mojo/render_process.mojom.h"
11 #include "mojo/public/bindings/remote_ptr.h" 11 #include "mojo/public/cpp/bindings/remote_ptr.h"
12 12
13 namespace content { 13 namespace content {
14 14
15 class MojoChannelInit; 15 class MojoChannelInit;
16 class RenderProcessHost; 16 class RenderProcessHost;
17 17
18 // RenderProcessHostMojoImpl is responsible for initiating and maintaining the 18 // RenderProcessHostMojoImpl is responsible for initiating and maintaining the
19 // connection with the content side of RenderProcessHostMojo. 19 // connection with the content side of RenderProcessHostMojo.
20 class RenderProcessHostMojoImpl : public RenderProcessHostMojo { 20 class RenderProcessHostMojoImpl : public RenderProcessHostMojo {
21 public: 21 public:
(...skipping 22 matching lines...) Expand all
44 // If non-null we're waiting to send a WebUI handle to the renderer when 44 // If non-null we're waiting to send a WebUI handle to the renderer when
45 // connected. 45 // connected.
46 scoped_ptr<PendingHandle> pending_handle_; 46 scoped_ptr<PendingHandle> pending_handle_;
47 47
48 DISALLOW_COPY_AND_ASSIGN(RenderProcessHostMojoImpl); 48 DISALLOW_COPY_AND_ASSIGN(RenderProcessHostMojoImpl);
49 }; 49 };
50 50
51 } // namespace content 51 } // namespace content
52 52
53 #endif // CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H _ 53 #endif // CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_MOJO_IMPL_H _
OLDNEW
« no previous file with comments | « no previous file | content/browser/webui/web_ui_mojo_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698