| Index: content/common/mojo/render_process.mojom
|
| diff --git a/content/common/mojo/render_process.mojom b/content/common/mojo/render_process.mojom
|
| deleted file mode 100644
|
| index 1ad9e55990318fc17cf1a62af802031973b36bbd..0000000000000000000000000000000000000000
|
| --- a/content/common/mojo/render_process.mojom
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -module content {
|
| -
|
| -[Peer=RenderProcessMojo]
|
| -interface RenderProcessHostMojo {
|
| -};
|
| -
|
| -[Peer=RenderProcessHostMojo]
|
| -interface RenderProcessMojo {
|
| - SetWebUIHandle(int32 view_routing_id,
|
| - handle<message_pipe> browser_web_ui_handle);
|
| -};
|
| -
|
| -}
|
|
|