Bug 1247435 - Add support for runtime.onStartup: Add it to API list. r=bustage-fix on a CLOSED TREE

This commit is contained in:
Matthew Wein 2016-11-07 19:04:57 +01:00
parent c663cd7c34
commit fc87093033

View File

@ -74,6 +74,7 @@ let expectedBackgroundApis = [
"runtime.getBrowserInfo",
"runtime.getPlatformInfo",
"runtime.onInstalled",
"runtime.onStartup",
"runtime.onUpdateAvailable",
"runtime.openOptionsPage",
"runtime.reload",