Bug 989046 - d. Register prompt event on startup; r=liuche

This commit is contained in:
Jim Chen 2014-04-04 12:33:50 -04:00
parent 81312b8fe3
commit 23a09d73bd

View File

@ -567,6 +567,7 @@ abstract public class BrowserApp extends GeckoApp
registerEventListener("Menu:Update");
registerEventListener("Accounts:Create");
registerEventListener("Accounts:Exist");
registerEventListener("Prompt:ShowTop");
Distribution.init(this);
JavaAddonManager.getInstance().init(getApplicationContext());