summaryrefslogtreecommitdiff
path: root/scripts/Controller.ice
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Controller.ice')
-rw-r--r--scripts/Controller.ice5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/Controller.ice b/scripts/Controller.ice
index 9c3d3d303d4..f6c3050fa2b 100644
--- a/scripts/Controller.ice
+++ b/scripts/Controller.ice
@@ -94,6 +94,11 @@ interface ProcessController
string getHost(string protocol, bool ipv6);
}
+interface BrowserProcessController extends ProcessController
+{
+ void redirect(string url);
+}
+
interface ProcessControllerRegistry
{
void setProcessController(ProcessController* controller);