From 64961cc9c1ef389a3b36b89d71782872a8b48a14 Mon Sep 17 00:00:00 2001 From: aditj Date: Fri, 19 Apr 2019 13:15:50 +0530 Subject: Add webdriver deletecookies function --- components/net_traits/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/net_traits') diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index 78385483d8a..8c7fcd188e0 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -397,6 +397,7 @@ pub enum CoreResourceMsg { IpcSender>>>, CookieSource, ), + DeleteCookies(ServoUrl), /// Get a history state by a given history state id GetHistoryState(HistoryStateId, IpcSender>>), /// Set a history state for a given history state id -- cgit v1.2.3