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

Unified Diff: third_party/mojo/src/mojo/edk/system/core.h

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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/edk/system/core.h
diff --git a/third_party/mojo/src/mojo/edk/system/core.h b/third_party/mojo/src/mojo/edk/system/core.h
index 7833193c44f86c036359b7596ef68bd5a9ac7dc6..aadfb661ec241d6938165e1b716cae3fe1453eec 100644
--- a/third_party/mojo/src/mojo/edk/system/core.h
+++ b/third_party/mojo/src/mojo/edk/system/core.h
@@ -58,7 +58,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Core {
// awakable.h. In particular, it must not call any Mojo system functions.
MojoResult AsyncWait(MojoHandle handle,
MojoHandleSignals signals,
- base::Callback<void(MojoResult)> callback);
+ const base::Callback<void(MojoResult)>& callback);
embedder::PlatformSupport* platform_support() const {
return platform_support_;
« no previous file with comments | « third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc ('k') | third_party/mojo/src/mojo/edk/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698