summaryrefslogtreecommitdiff
path: root/src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java')
-rw-r--r--src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java b/src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java
index 077a8fd..9acb9a8 100644
--- a/src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java
+++ b/src/org/chromium/support_lib_boundary/ServiceWorkerControllerBoundaryInterface.java
@@ -6,10 +6,9 @@ package org.chromium.support_lib_boundary;
import java.lang.reflect.InvocationHandler;
-/**
- * Boundary interface for ServiceWorkerController.
- */
+/** Boundary interface for ServiceWorkerController. */
public interface ServiceWorkerControllerBoundaryInterface {
/* ServiceWorkerWebSettings */ InvocationHandler getServiceWorkerWebSettings();
+
void setServiceWorkerClient(/* ServiceWorkerClient */ InvocationHandler client);
}