summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/webextensions/test/browser/addons/browser_webapi_install/bootstrap.js
blob: bd11077c2ca69f74cc504bb774d70cccd10ef7b8 (plain)
1
2
3
4
5
6
7
8
9
Components.utils.import("resource://gre/modules/Services.jsm");

function startup(data, reason) {
  Services.prefs.setIntPref("webapitest.active_version", 1);
}

function shutdown(data, reason) {
  Services.prefs.setIntPref("webapitest.active_version", 0);
}