diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js index b650d92d8328..38a701928bc6 100644 --- a/mobile/android/chrome/content/browser.js +++ b/mobile/android/chrome/content/browser.js @@ -246,7 +246,7 @@ var BrowserApp = { WebAppRT.init(updated); } else { SearchEngines.init(); - this.addBrowserContextMenuItems(); + this.initContextMenu(); } if (url == "about:empty") @@ -350,7 +350,7 @@ var BrowserApp = { return ""; }, - addBrowserContextMenuItems: function ba_addBrowserContextMenuItems() { + initContextMenu: function ba_initContextMenu() { // TODO: These should eventually move into more appropriate classes NativeWindow.contextmenus.add(Strings.browser.GetStringFromName("contextmenu.openInNewTab"), NativeWindow.contextmenus.linkOpenableContext,