Add chrome.webNavigation stubs

This commit is contained in:
Kevin Sawicki 2016-06-16 09:46:26 -07:00
parent 58bce74255
commit 7f9fa92e2d
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,19 @@
exports.onBeforeNavigate = {
addListener () {
},
removeListener () {
}
}
exports.onCompleted = {
addListener () {
},
removeListener () {
}
}