Parse filters in API code

This commit is contained in:
Cheng Zhao 2015-12-11 21:14:13 +08:00
parent 79a627014c
commit 67886cf513
4 changed files with 27 additions and 25 deletions

View file

@ -65,7 +65,7 @@ class AtomNetworkDelegate : public brightray::NetworkDelegate {
~AtomNetworkDelegate() override;
void SetListenerInIO(EventType type,
scoped_ptr<base::DictionaryValue> filter,
const URLPatterns& patterns,
const Listener& callback);
protected: