Index: mojo/android/system/src/org/chromium/mojo/system/impl/UntypedHandleImpl.java |
diff --git a/mojo/android/system/src/org/chromium/mojo/system/impl/UntypedHandleImpl.java b/mojo/android/system/src/org/chromium/mojo/system/impl/UntypedHandleImpl.java |
index cfe72ba25c2d4c79d189d6df85b2daabfac75d73..4774ab86e94b7ec2e6ba16b06724c9acbdec28a0 100644 |
--- a/mojo/android/system/src/org/chromium/mojo/system/impl/UntypedHandleImpl.java |
+++ b/mojo/android/system/src/org/chromium/mojo/system/impl/UntypedHandleImpl.java |
@@ -30,6 +30,14 @@ class UntypedHandleImpl extends HandleBase implements UntypedHandle { |
} |
/** |
+ * @see org.chromium.mojo.system.UntypedHandle#pass() |
+ */ |
+ @Override |
+ public UntypedHandle pass() { |
+ return new UntypedHandleImpl(this); |
+ } |
+ |
+ /** |
* @see org.chromium.mojo.system.UntypedHandle#toMessagePipeHandle() |
*/ |
@Override |