Add WebBluetooth Blacklist support

This commit is contained in:
fokinv 2016-05-20 13:19:58 +02:00 committed by Attila Dusnoki
parent b11648903b
commit a920e6d54e
8 changed files with 237 additions and 10 deletions

View file

@ -87,6 +87,7 @@ extern crate webrender_traits;
extern crate websocket;
extern crate xml5ever;
pub mod bluetooth_blacklist;
pub mod clipboard_provider;
pub mod cors;
mod devtools;