Index: mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java |
diff --git a/mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java b/mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java |
index 4e9990f976ee4bc983eea13bf7988e4ecee745c3..199b0a1c04ad8e066549eb9fa221b06f0d3f1d17 100644 |
--- a/mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java |
+++ b/mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java |
@@ -15,6 +15,12 @@ import org.chromium.mojo.system.DataPipe.ProducerHandle; |
public interface UntypedHandle extends Handle { |
/** |
+ * @see org.chromium.mojo.system.Handle#pass() |
+ */ |
+ @Override |
+ public UntypedHandle pass(); |
+ |
+ /** |
* Returns the underlying handle, as a {@link MessagePipeHandle}, invalidating this |
* representation. |
*/ |