mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1628729 - Remove nsIFxAccountsUIGlue. r=eoger
Differential Revision: https://phabricator.services.mozilla.com/D70427 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
fea8fbffcd
commit
4da359df42
@ -1,11 +0,0 @@
|
||||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIFxAccountsUIGlue.idl'
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'services_fxaccounts'
|
@ -1,15 +0,0 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
[scriptable, uuid(ab8d0700-9577-11e3-a5e2-0800200c9a66)]
|
||||
interface nsIFxAccountsUIGlue : nsISupports
|
||||
{
|
||||
// Returns a Promise.
|
||||
jsval signInFlow();
|
||||
|
||||
// Returns a Promise.
|
||||
jsval refreshAuthentication(in AString email);
|
||||
};
|
@ -7,8 +7,6 @@
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Firefox', 'Firefox Accounts')
|
||||
|
||||
DIRS += ['interfaces']
|
||||
|
||||
MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini']
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|
||||
|
Loading…
Reference in New Issue
Block a user