diff options
author | Kristian Monsen <kristianm@google.com> | 2010-10-27 15:07:08 +0100 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2010-10-27 15:07:08 +0100 |
commit | b922201e41fa263ae6bc159713907e4a9b340ba8 (patch) | |
tree | 050986c20be782f5964f03d4a67d57fb9e35bf5a /webkit/glue/plugins/pepper_error_util.h | |
parent | 8ae428e0fb7feea16d79853f29447469a93bedff (diff) | |
download | external_chromium-b922201e41fa263ae6bc159713907e4a9b340ba8.zip external_chromium-b922201e41fa263ae6bc159713907e4a9b340ba8.tar.gz external_chromium-b922201e41fa263ae6bc159713907e4a9b340ba8.tar.bz2 |
Adding missing files to webkit/glue
Change-Id: I4aaf5edd697c73913a1bc16c686bbb969d417380
Diffstat (limited to 'webkit/glue/plugins/pepper_error_util.h')
-rw-r--r-- | webkit/glue/plugins/pepper_error_util.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/webkit/glue/plugins/pepper_error_util.h b/webkit/glue/plugins/pepper_error_util.h new file mode 100644 index 0000000..12e715c --- /dev/null +++ b/webkit/glue/plugins/pepper_error_util.h @@ -0,0 +1,16 @@ +// Copyright (c) 2010 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 WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ +#define WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ + +#include "base/platform_file.h" + +namespace pepper { + +int PlatformFileErrorToPepperError(base::PlatformFileError error_code); + +} // namespace pepper + +#endif // WEBKIT_GLUE_PLUGINS_PEPPER_ERROR_UTIL_H_ |