mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 692894 - Update Fennec's nsISidebar implementation to match interface changes from bug 691647. r=mfinkle
This commit is contained in:
parent
ccdb1a2a55
commit
ebdc75675f
@ -69,15 +69,6 @@ Sidebar.prototype = {
|
||||
return true;
|
||||
},
|
||||
|
||||
// =========================== nsISidebar ===========================
|
||||
addPanel: function addPanel(aTitle, aContentURL, aCustomizeURL) {
|
||||
// not supported
|
||||
},
|
||||
|
||||
addPersistentPanel: function addPersistentPanel(aTitle, aContentURL, aCustomizeURL) {
|
||||
// not supported
|
||||
},
|
||||
|
||||
// The suggestedTitle and suggestedCategory parameters are ignored, but remain
|
||||
// for backward compatibility.
|
||||
addSearchEngine: function addSearchEngine(engineURL, iconURL, suggestedTitle,
|
||||
|
Loading…
Reference in New Issue
Block a user