Skip to content

Commit

Permalink
Bug 1805514 - Pre: Remove unused listener declaration. r=nrishel, a=d…
Browse files Browse the repository at this point in the history
…smith

Differential Revision: https://phabricator.services.mozilla.com/D182310
  • Loading branch information
ncalexan committed Jul 15, 2023
1 parent ffab6c0 commit 35c4e5d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions toolkit/components/alerts/nsIWindowsAlertsService.idl
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "nsIAlertsService.idl"
#include "nsISupports.idl"
#include "nsIObserver.idl"

[scriptable, function, uuid(059f8305-4e2f-4d31-a9cb-5b918ee84773)]
interface nsIUnknownWindowsTagListener : nsISupports
{
/**
* Handle any launch URL associated to the given Windows-specific tag string.
* Usually, this will navigate to the launch URL in some manner.
*
* @param {AString} aWindowsTag the tag
* @param {AString} aLaunchURL associated launch URL, or null.
* @param {AString} aPrivilegedName associated alert name if this is a chrome
* privileged alert, or null.
*/
void handleUnknownWindowsTag(in AString aWindowsTag,
in AString aLaunchURL,
in AString aPrivilegedName);
};

[scriptable, uuid(e01c8066-fb4b-4304-b9c9-ab6ed4a8322c)]
interface nsIWindowsAlertsService : nsIAlertsService
{
Expand Down

0 comments on commit 35c4e5d

Please sign in to comment.