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

Unified Diff: components/nacl/loader/nonsfi/irt_resource_open.cc

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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: components/nacl/loader/nonsfi/irt_resource_open.cc
diff --git a/components/nacl/loader/nonsfi/irt_exception_handling.h b/components/nacl/loader/nonsfi/irt_resource_open.cc
similarity index 52%
copy from components/nacl/loader/nonsfi/irt_exception_handling.h
copy to components/nacl/loader/nonsfi/irt_resource_open.cc
index b6aafbd1d9ba4b71fd8ee83312128de61d4f39f7..cf193c13ba14c82afa410f2dd37ba4161ead9c35 100644
--- a/components/nacl/loader/nonsfi/irt_exception_handling.h
+++ b/components/nacl/loader/nonsfi/irt_resource_open.cc
@@ -2,15 +2,15 @@
// 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_EXCEPTION_HANDLING_H_
-#define COMPONENTS_NACL_LOADER_NONSFI_IRT_EXCEPTION_HANDLING_H_
+#include "components/nacl/loader/nonsfi/irt_interfaces.h"
+#include "ppapi/nacl_irt/irt_manifest.h"
namespace nacl {
namespace nonsfi {
-void InitializeSignalHandler();
+const nacl_irt_resource_open kIrtResourceOpen = {
+ ppapi::IrtOpenResource,
+};
} // namespace nonsfi
} // namespace nacl
-
-#endif // COMPONENTS_NACL_LOADER_NONSFI_IRT_EXCEPTION_HANDLING_H_
« no previous file with comments | « components/nacl/loader/nonsfi/irt_interfaces.cc ('k') | components/nacl/renderer/manifest_service_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698