| Index: ppapi/shared_impl/file_type_conversion.h
|
| ===================================================================
|
| --- ppapi/shared_impl/file_type_conversion.h (revision 113818)
|
| +++ ppapi/shared_impl/file_type_conversion.h (working copy)
|
| @@ -1,26 +0,0 @@
|
| -// Copyright (c) 2011 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 PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_
|
| -#define PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_
|
| -
|
| -#include "base/platform_file.h"
|
| -#include "ppapi/c/pp_stdint.h"
|
| -#include "ppapi/shared_impl/ppapi_shared_export.h"
|
| -
|
| -namespace ppapi {
|
| -
|
| -PPAPI_SHARED_EXPORT int PlatformFileErrorToPepperError(
|
| - base::PlatformFileError error_code);
|
| -
|
| -// Converts a PP_FileOpenFlags_Dev flag combination into a corresponding
|
| -// PlatformFileFlags flag combination.
|
| -// Returns |true| if okay.
|
| -PPAPI_SHARED_EXPORT bool PepperFileOpenFlagsToPlatformFileFlags(
|
| - int32_t pp_open_flags,
|
| - int* flags_out);
|
| -
|
| -} // namespace ppapi
|
| -
|
| -#endif // PPAPI_SHARED_IMPL_FILE_TYPE_CONVERSION_H_
|
|
|