Bumping manifests a=b2g-bump
[gecko.git] / dom / payment / PaymentProviderUtils.h
blobc2632b72f3ac07acd3ec06ffc398f33c038773c1
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef mozilla_dom_payment_PaymentProviderEnabler_h
6 #define mozilla_dom_payment_PaymentProviderEnabler_h
8 #include "jsapi.h"
10 struct JSContext;
11 class JSObject;
13 namespace mozilla {
14 namespace dom {
16 class PaymentProviderUtils
18 public:
19 static bool EnabledForScope(JSContext*, JSObject*);
22 } // namespace dom
23 } // namespace mozilla
25 #endif // mozilla_dom_payment_PaymentProviderEnabler_h