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

Unified Diff: services/video_capture/mojo_shared_memory_buffer_tracker.cc

Issue 2410383002: VideoCapture: more migration IPC-->mojo, part 6 (Closed)
Patch Set: Comment correction Created 4 years, 2 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: services/video_capture/mojo_shared_memory_buffer_tracker.cc
diff --git a/services/video_capture/mojo_shared_memory_buffer_tracker.cc b/services/video_capture/mojo_shared_memory_buffer_tracker.cc
index 42170e81d6ea361d270b6e37fddc739c9e955c0a..4de53971b9de82ef401f827a7908d44b60e43e22 100644
--- a/services/video_capture/mojo_shared_memory_buffer_tracker.cc
+++ b/services/video_capture/mojo_shared_memory_buffer_tracker.cc
@@ -42,10 +42,9 @@ MojoSharedMemoryBufferTracker::GetBufferHandle() {
return base::MakeUnique<MojoSharedMemoryBufferHandle>(this);
}
-bool MojoSharedMemoryBufferTracker::ShareToProcess(
- base::ProcessHandle process_handle,
- base::SharedMemoryHandle* new_handle) {
- return false;
+mojo::ScopedSharedBufferHandle
+MojoSharedMemoryBufferTracker::GetHandleForTransit() {
+ return mojo::ScopedSharedBufferHandle();
dcheng 2016/10/20 08:37:56 I'm not entirely sure I understand the purpose of
mcasas 2016/10/20 15:09:51 //services/video_capture is still under developmen
}
} // namespace video_capture

Powered by Google App Engine
This is Rietveld 408576698