| Index: mojo/public/platform/nacl/mojo_initial_handle.h
|
| diff --git a/mojo/public/platform/nacl/mojo_initial_handle.h b/mojo/public/platform/nacl/mojo_initial_handle.h
|
| deleted file mode 100644
|
| index 9d75dabf242171e96db1d261671aa1a317ab1968..0000000000000000000000000000000000000000
|
| --- a/mojo/public/platform/nacl/mojo_initial_handle.h
|
| +++ /dev/null
|
| @@ -1,15 +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.
|
| -
|
| -#ifndef MOJO_PUBLIC_PLATFORM_NACL_MOJO_INTIIAL_HANDLE_H_
|
| -#define MOJO_PUBLIC_PLATFORM_NACL_MOJO_INTIIAL_HANDLE_H_
|
| -
|
| -#include <mojo/result.h>
|
| -#include <mojo/system/handle.h>
|
| -
|
| -// Provides a MojoHandle that allows untrusted code to communicate with Mojo
|
| -// interfaces outside the sandbox or in other processes.
|
| -MojoResult _MojoGetInitialHandle(MojoHandle* out_handle);
|
| -
|
| -#endif // MOJO_PUBLIC_PLATFORM_NACL_MOJO_INTIIAL_HANDLE_H_
|
|
|