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

Unified Diff: mojo/monacl/mojo_syscall.h

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ClipDep Created 6 years, 3 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: mojo/monacl/mojo_syscall.h
diff --git a/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java b/mojo/monacl/mojo_syscall.h
similarity index 52%
copy from components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java
copy to mojo/monacl/mojo_syscall.h
index dcd60f3a9caecde1a7c8aebdaa2c203ce32573d0..d96c73b524c9c265ee8942378b8aad9295f79e8c 100644
--- a/components/cronet/android/java/src/org/chromium/net/AsyncUrlRequestException.java
+++ b/mojo/monacl/mojo_syscall.h
@@ -2,12 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.net;
+#ifndef MOJO_MONACL_MONACL_SYSCALL_H_
+#define MOJO_MONACL_MONACL_SYSCALL_H_
-import java.io.IOException;
+void InjectMojo(struct NaClApp* nap);
-/**
- *
- */
-public class AsyncUrlRequestException extends IOException {
-}
+#endif // MOJO_MONACL_MONACL_SYSCALL_H_

Powered by Google App Engine
This is Rietveld 408576698