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

Unified Diff: third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests Created 5 years, 9 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: third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
diff --git a/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc b/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
index 99eddf089729b23f51ff38e0d22a4b7198766c6f..de0b495f65116ea7eff11cf6b16936aa053eb9e1 100644
--- a/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
+++ b/third_party/mojo/src/mojo/public/platform/nacl/libmojo.cc
@@ -224,3 +224,4 @@ MojoResult _MojoGetInitialHandle(MojoHandle* handle) {
return MOJO_RESULT_INTERNAL;
return irt_mojo->_MojoGetInitialHandle(handle);
}
+
« no previous file with comments | « third_party/mojo/src/mojo/public/platform/nacl/BUILD.gn ('k') | third_party/mojo/src/mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698