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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h

Issue 306973002: [NaCl SDK] rename nacl_io demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
diff --git a/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h b/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
deleted file mode 100644
index 6aeb1b7be54030f34753c07eb8450d75c231d99c..0000000000000000000000000000000000000000
--- a/native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Copyright (c) 2012 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 NACL_IO_DEMO_H_
-#define NACL_IO_DEMO_H_
-
-#include <stdarg.h>
-#include "ppapi/c/pp_instance.h"
-#include "ppapi/c/pp_var.h"
-#include "ppapi/c/ppb_var.h"
-#include "ppapi/c/ppb_var_array.h"
-#include "ppapi/c/ppb_var_dictionary.h"
-#include "sdk_util/macros.h" // for PRINTF_LIKE
-
-struct PP_Var CStrToVar(const char* str);
-char* VprintfToNewString(const char* format, va_list args) PRINTF_LIKE(1, 0);
-char* PrintfToNewString(const char* format, ...) PRINTF_LIKE(1, 2);
-struct PP_Var GetDictVar(struct PP_Var var, const char* key);
-
-extern PPB_Var* g_ppb_var;
-extern PPB_VarArray* g_ppb_var_array;
-extern PPB_VarDictionary* g_ppb_var_dictionary;
-
-#endif /* NACL_IO_DEMO_H_ */
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io/index.html ('k') | native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698