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

Unified Diff: mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java

Issue 562133002: mojo: java bindigns: add factory for InterfaceRequest that takes a client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 3 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 | « no previous file | mojo/public/java/bindings/src/org/chromium/mojo/bindings/InterfaceWithClient.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
diff --git a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
index 25d84e8c2d22f1af9b86eba3fcc0a5321199fe67..c3b26a205dd6e13580ec1824ea782b8aee4c0583 100644
--- a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
+++ b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
@@ -213,7 +213,7 @@ public interface Interface extends ConnectionErrorHandler, Closeable {
}
/**
- * Construct a new |InterfaceRequest| for the interface. This method returns a Pair where
+ * Constructs a new |InterfaceRequest| for the interface. This method returns a Pair where
* the first element is a proxy, and the second element is the request. The proxy can be
* used immediately.
*/
« no previous file with comments | « no previous file | mojo/public/java/bindings/src/org/chromium/mojo/bindings/InterfaceWithClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698