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

Unified Diff: components/nacl/loader/nonsfi/irt_interfaces.h

Issue 1409633002: Non-SFI mode: Remove old Non-SFI code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: components/nacl/loader/nonsfi/irt_interfaces.h
diff --git a/components/nacl/loader/nonsfi/irt_interfaces.h b/components/nacl/loader/nonsfi/irt_interfaces.h
deleted file mode 100644
index 922f3fe69c27783538620243f0be5dbc76a36c80..0000000000000000000000000000000000000000
--- a/components/nacl/loader/nonsfi/irt_interfaces.h
+++ /dev/null
@@ -1,34 +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 COMPONENTS_NACL_LOADER_NONSFI_IRT_INTERFACES_H_
-#define COMPONENTS_NACL_LOADER_NONSFI_IRT_INTERFACES_H_
-
-#include "base/basictypes.h"
-#include "native_client/src/untrusted/irt/irt.h"
-#include "ppapi/nacl_irt/public/irt_ppapi.h"
-
-namespace nacl {
-namespace nonsfi {
-
-size_t NaClIrtInterface(const char* interface_ident,
- void* table, size_t tablesize);
-
-extern const struct nacl_irt_basic kIrtBasic;
-extern const struct nacl_irt_fdio kIrtFdIO;
-extern const struct nacl_irt_memory kIrtMemory;
-extern const struct nacl_irt_thread kIrtThread;
-extern const struct nacl_irt_futex kIrtFutex;
-extern const struct nacl_irt_tls kIrtTls;
-extern const struct nacl_irt_clock kIrtClock;
-extern const struct nacl_irt_ppapihook kIrtPpapiHook;
-extern const struct nacl_irt_resource_open kIrtResourceOpen;
-extern const struct nacl_irt_random kIrtRandom;
-extern const struct nacl_irt_exception_handling kIrtExceptionHandling;
-extern const struct nacl_irt_icache kIrtIcache;
-
-} // namespace nonsfi
-} // namespace nacl
-
-#endif // COMPONENTS_NACL_LOADER_NONSFI_IRT_INTERFACES_H_
« no previous file with comments | « components/nacl/loader/nonsfi/irt_icache_unittest.cc ('k') | components/nacl/loader/nonsfi/irt_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698