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

Unified Diff: ppapi/native_client/src/trusted/plugin/string_encoding.h

Issue 10206009: NaCl: Remove unused file string_encoding.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/trusted/plugin/string_encoding.h
diff --git a/ppapi/native_client/src/trusted/plugin/string_encoding.h b/ppapi/native_client/src/trusted/plugin/string_encoding.h
deleted file mode 100644
index cde7c7c1c36d3b7422836181b721174423ae150a..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/trusted/plugin/string_encoding.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright 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 NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_STRING_ENCODING_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_STRING_ENCODING_H_
-
-#include <stdlib.h>
-
-namespace plugin {
-
-bool ByteStringAsUTF8(const char* input, size_t input_byte_count,
- char** result, size_t* result_byte_count);
-bool ByteStringFromUTF8(const char* input, size_t input_byte_count,
- char** result, size_t* result_byte_count);
-
-}
-
-#endif // NATIVE_CLIENT_SRC_TRUSTED_PLUGIN_STRING_ENCODING_H_
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.gypi ('k') | ppapi/native_client/src/trusted/plugin/string_encoding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698