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

Unified Diff: mojo/public/java/src/org/chromium/mojo/system/UntypedHandle.java

Issue 325953006: Add pass operation on handles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix findbugs issue Created 6 years, 6 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/public/java/src/org/chromium/mojo/system/SharedBufferHandle.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
*/
« no previous file with comments | « mojo/public/java/src/org/chromium/mojo/system/SharedBufferHandle.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698