Send file content in asar://

This commit is contained in:
Cheng Zhao 2014-09-23 20:30:07 +08:00
parent 6d712da7e3
commit b01db4aa09
4 changed files with 122 additions and 9 deletions

View file

@ -34,6 +34,7 @@ class Archive {
private:
base::FilePath path_;
uint32 header_size_;
scoped_ptr<base::DictionaryValue> header_;
DISALLOW_COPY_AND_ASSIGN(Archive);