mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Privatize the chrome_loader module.
This commit is contained in:
parent
a888f075a1
commit
88285b6534
2 changed files with 3 additions and 2 deletions
|
@ -49,7 +49,7 @@ extern crate websocket;
|
|||
|
||||
mod about_loader;
|
||||
mod blob_loader;
|
||||
pub mod chrome_loader;
|
||||
mod chrome_loader;
|
||||
mod connector;
|
||||
mod content_blocker;
|
||||
pub mod cookie;
|
||||
|
@ -73,6 +73,7 @@ pub mod fetch {
|
|||
|
||||
/// A module for re-exports of items used in unit tests.
|
||||
pub mod test {
|
||||
pub use chrome_loader::resolve_chrome_url;
|
||||
pub use http_loader::{HttpRequest, HttpRequestFactory, HttpResponse, HttpState};
|
||||
pub use http_loader::{LoadError, LoadErrorType, UIProvider, load};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue