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

Unified Diff: mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java

Issue 1116653002: Introduce authentication service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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: mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java
diff --git a/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java b/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java
index 2676f38dc67fc83b49baaf14d6b6a8a422b3c9ca..7768b8dfe98fd26b667dd506f199bc6843b03732 100644
--- a/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java
+++ b/mojo/public/java/application/src/org/chromium/mojo/application/ApplicationImpl.java
@@ -42,8 +42,7 @@ class ApplicationImpl implements Application {
ServiceProvider exposedServices, String connectionUrl) {
ApplicationConnection connection =
new ApplicationConnection(requestorUrl, exposedServices, connectionUrl);
- if (services != null
- && mApplicationDelegate.configureIncomingConnection(requestorUrl, connection)) {
+ if (services != null && mApplicationDelegate.configureIncomingConnection(connection)) {
ServiceProvider.MANAGER.bind(connection.getLocalServiceProvider(), services);
mIncomingConnections.add(connection);
} else {
« no previous file with comments | « mojo/public/java/application/src/org/chromium/mojo/application/ApplicationDelegate.java ('k') | services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698