no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / uriloader / exthandler / nsCExternalHandlerService.idl
blobb6aa83e285b8722261e4140deadbecfd358248cc
1 /* -*- Mode: IDL; tab-width: 3; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "nsIExternalHelperAppService.idl"
9 /*
10 nsCExternalHelperApp implements:
11 -------------------------
12 nsIExternalHelperAppService
15 %{ C++
17 #define NS_EXTERNALHELPERAPPSERVICE_CONTRACTID \
18 "@mozilla.org/uriloader/external-helper-app-service;1"
20 #define NS_HANDLERSERVICE_CONTRACTID \
21 "@mozilla.org/uriloader/handler-service;1"
23 #define NS_EXTERNALPROTOCOLSERVICE_CONTRACTID \
24 "@mozilla.org/uriloader/external-protocol-service;1"
26 #define NS_MIMESERVICE_CONTRACTID \
27 "@mozilla.org/mime;1"
29 #define NS_LOCALHANDLERAPP_CONTRACTID \
30 "@mozilla.org/uriloader/local-handler-app;1"