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

Unified Diff: mojo/nacl/mojo_syscall.h

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edits 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/nacl/mojo_syscall.h
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/mojo/nacl/mojo_syscall.h
similarity index 54%
copy from content/test/data/web_ui_test_mojo_bindings.mojom
copy to mojo/nacl/mojo_syscall.h
index 45f291fdb4fc614cd291a5eb3be324c292fe4083..f195769a11d4745278fb7e982d1e8ff5ee6cde95 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/mojo/nacl/mojo_syscall.h
@@ -2,15 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module content {
+#ifndef MOJO_NACL_MOJO_SYSCALL_H_
+#define MOJO_NACL_MOJO_SYSCALL_H_
-[Client=RendererTarget]
-interface BrowserTarget {
- PingResponse();
-};
+void InjectMojo(struct NaClApp* nap);
-interface RendererTarget {
- Ping();
-};
-
-}
+#endif // MOJO_NACL_MOJO_SYSCALL_H_

Powered by Google App Engine
This is Rietveld 408576698