diff options
Diffstat (limited to 'components/net_traits')
-rw-r--r-- | components/net_traits/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<Vec<Serde<Cookie<'static>>>>, CookieSource, ), + DeleteCookies(ServoUrl), /// Get a history state by a given history state id GetHistoryState(HistoryStateId, IpcSender<Option<Vec<u8>>>), /// Set a history state for a given history state id |