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

Unified Diff: ppapi/nacl_irt/ppapi_dispatcher.cc

Issue 2849633002: Get rid of base::SharedMemory::NULLHandle(); (Closed)
Patch Set: Rebase. Created 3 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
« no previous file with comments | « mojo/edk/embedder/embedder.h ('k') | ppapi/proxy/gamepad_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/ppapi_dispatcher.cc
diff --git a/ppapi/nacl_irt/ppapi_dispatcher.cc b/ppapi/nacl_irt/ppapi_dispatcher.cc
index 460dbec3df3c6f8943fe176fdb0088491cfb435a..70fc3a25ffb607d114e6e7279dd422a7a67844a3 100644
--- a/ppapi/nacl_irt/ppapi_dispatcher.cc
+++ b/ppapi/nacl_irt/ppapi_dispatcher.cc
@@ -74,7 +74,7 @@ IPC::PlatformFileForTransit PpapiDispatcher::ShareHandleWithRemote(
base::SharedMemoryHandle PpapiDispatcher::ShareSharedMemoryHandleWithRemote(
const base::SharedMemoryHandle& handle,
base::ProcessId remote_pid) {
- return base::SharedMemory::NULLHandle();
+ return base::SharedMemoryHandle();
}
std::set<PP_Instance>* PpapiDispatcher::GetGloballySeenInstanceIDSet() {
« no previous file with comments | « mojo/edk/embedder/embedder.h ('k') | ppapi/proxy/gamepad_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698