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:
jayati 2020-04-09 19:50:54 +00:00
parent fea8fbffcd
commit 4da359df42
3 changed files with 0 additions and 28 deletions

View File

@ -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'

View File

@ -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);
};

View File

@ -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']