embedding: add some commonly used string constants from chromium

This commit is contained in:
Mike Blumenkrantz 2014-11-12 15:13:19 -05:00
parent 7ccb09b34d
commit 37583ea8f5
2 changed files with 57 additions and 0 deletions

View file

@ -54,6 +54,7 @@ pub mod string;
pub mod string_list;
pub mod string_map;
pub mod string_multimap;
pub mod switches;
pub mod task;
pub mod types;
pub mod urlrequest;