diff options
Diffstat (limited to 'components/shared/net/lib.rs')
-rw-r--r-- | components/shared/net/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/shared/net/lib.rs b/components/shared/net/lib.rs index 05ad102f42f..0126bdbcd80 100644 --- a/components/shared/net/lib.rs +++ b/components/shared/net/lib.rs @@ -517,8 +517,6 @@ pub enum CoreResourceMsg { SetHistoryState(HistoryStateId, Vec<u8>), /// Removes history states for the given ids RemoveHistoryStates(Vec<HistoryStateId>), - /// Synchronization message solely for knowing the state of the ResourceChannelManager loop - Synchronize(IpcSender<()>), /// Clear the network cache. ClearCache, /// Send the service worker network mediator for an origin to CoreResourceThread |