tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 9a33ed7ea35b091f4eef8f302a353d7e9742881d
parent c907aedfb4d36fa7a3732fb718fe3eb76a901924
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Wed, 29 Oct 2025 09:08:26 +0000

Bug 1996911 - Remove unused mfbt inclusion in mobile/** r=emilio,geckoview-reviewers,m_kato

Differential Revision: https://phabricator.services.mozilla.com/D270369

Diffstat:
Mmobile/android/components/geckoview/GeckoViewContentProtocolHandler.cpp | 2--
Mmobile/shared/components/geckoview/GeckoViewHistory.cpp | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/mobile/android/components/geckoview/GeckoViewContentProtocolHandler.cpp b/mobile/android/components/geckoview/GeckoViewContentProtocolHandler.cpp @@ -13,8 +13,6 @@ #include "nsNetUtil.h" -#include "mozilla/ResultExtensions.h" - //----------------------------------------------------------------------------- nsresult GeckoViewContentProtocolHandler::Init() { return NS_OK; } diff --git a/mobile/shared/components/geckoview/GeckoViewHistory.cpp b/mobile/shared/components/geckoview/GeckoViewHistory.cpp @@ -11,7 +11,6 @@ #include "nsXULAppAPI.h" #include "mozilla/ClearOnShutdown.h" -#include "mozilla/ResultExtensions.h" #include "mozilla/StaticPrefs_layout.h" #include "mozilla/dom/ContentParent.h"