зеркало из https://github.com/mozilla/gecko-dev.git
Bug 904934 - Remove mobilenetwork check. r=hsinyi
This commit is contained in:
Родитель
6a17879fd1
Коммит
f7c59bff53
|
@ -102,8 +102,7 @@ MobileConnection::Init(nsPIDOMWindow* aWindow)
|
|||
mWindow = do_GetWeakReference(aWindow);
|
||||
mListener = new Listener(this);
|
||||
|
||||
if (!CheckPermission("mobilenetwork") &&
|
||||
CheckPermission("mobileconnection")) {
|
||||
if (CheckPermission("mobileconnection")) {
|
||||
DebugOnly<nsresult> rv = mProvider->RegisterMobileConnectionMsg(mClientId, mListener);
|
||||
NS_WARN_IF_FALSE(NS_SUCCEEDED(rv),
|
||||
"Failed registering mobile connection messages with provider");
|
||||
|
|
Загрузка…
Ссылка в новой задаче