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

Unified Diff: services/location/src/org/chromium/services/location/LocationServiceApp.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: services/location/src/org/chromium/services/location/LocationServiceApp.java
diff --git a/services/location/src/org/chromium/services/location/LocationServiceApp.java b/services/location/src/org/chromium/services/location/LocationServiceApp.java
index 545b92756bce9dd768be9d1e267dfdb72c7c94a9..685b8fac84a93fe2a22ee9a07e7f8447366ee454 100644
--- a/services/location/src/org/chromium/services/location/LocationServiceApp.java
+++ b/services/location/src/org/chromium/services/location/LocationServiceApp.java
@@ -98,11 +98,10 @@ class LocationServiceApp implements ApplicationDelegate {
}
/**
- * @see ApplicationDelegate#configureIncomingConnection(String, ApplicationConnection)
+ * @see ApplicationDelegate#configureIncomingConnection(ApplicationConnection)
*/
@Override
- public boolean configureIncomingConnection(
- final String requestorUrl, ApplicationConnection connection) {
+ public boolean configureIncomingConnection(ApplicationConnection connection) {
connection.addService(new ServiceFactoryBinder<LocationService>() {
@Override
public void bindNewInstanceToMessagePipe(MessagePipeHandle pipe) {

Powered by Google App Engine
This is Rietveld 408576698