uriloader/exthandler/android/nsExternalURLHandlerService.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/uriloader/exthandler/android/nsExternalURLHandlerService.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +/* -*- Mode: c++; c-basic-offset: 4; tab-width: 20; indent-tabs-mode: nil; -*-
     1.5 + * This Source Code Form is subject to the terms of the Mozilla Public
     1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.8 +
     1.9 +#ifndef NSEXTERNALURLHANDLERSERVICE_H
    1.10 +#define NSEXTERNALURLHANDLERSERVICE_H
    1.11 +
    1.12 +#include "nsIExternalURLHandlerService.h"
    1.13 +
    1.14 +// {4BF1F8EF-D947-4BA3-9CD3-8C9A54A63A1C}
    1.15 +#define NS_EXTERNALURLHANDLERSERVICE_CID \
    1.16 +    {0x4bf1f8ef, 0xd947, 0x4ba3, {0x9c, 0xd3, 0x8c, 0x9a, 0x54, 0xa6, 0x3a, 0x1c}}
    1.17 +
    1.18 +class nsExternalURLHandlerService MOZ_FINAL
    1.19 +  : public nsIExternalURLHandlerService
    1.20 +{
    1.21 +public:
    1.22 +    NS_DECL_ISUPPORTS
    1.23 +    NS_DECL_NSIEXTERNALURLHANDLERSERVICE
    1.24 +
    1.25 +    nsExternalURLHandlerService();
    1.26 +private:
    1.27 +    ~nsExternalURLHandlerService();
    1.28 +};
    1.29 +
    1.30 +#endif // NSEXTERNALURLHANDLERSERVICE_H

mercurial