Bug 1890277: part 1) Add CSP parser tests for `require-trusted-types-for`. r=tschuster
[gecko.git] / uriloader / exthandler / uikit / nsLocalHandlerAppUIKit.mm
blob6f70e035bbd1195350ed511e731822859ac8b427
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2  * vim:expandtab:shiftwidth=2:tabstop=2:cin:
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 #import <CoreFoundation/CoreFoundation.h>
9 #include "nsLocalHandlerAppUIKit.h"
10 #include "nsIURI.h"
12 NS_IMETHODIMP
13 nsLocalHandlerAppUIKit::LaunchWithURI(
14     nsIURI* aURI, mozilla::dom::BrowsingContext* aBrowsingContext) {
15   return NS_ERROR_NOT_IMPLEMENTED;