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"
10 nsCExternalHelperApp implements:
11 -------------------------
12 nsIExternalHelperAppService
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 \
29 #define NS_LOCALHANDLERAPP_CONTRACTID \
30 "@mozilla.org/uriloader/local-handler-app;1"