Disables AimEligibilityService. (#30912)

The service reaches out to google and we already disabled AI Mode
anyway.
This commit is contained in:
Max Karolinskiy
2025-08-29 06:36:00 -07:00
committed by GitHub
parent 711fffaa88
commit a7a7b2cc63
@@ -0,0 +1,16 @@
/* Copyright (c) 2025 The Brave Authors. All rights reserved.
* 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 https://mozilla.org/MPL/2.0/. */
#include "base/feature_override.h"
#include <components/omnibox/browser/aim_eligibility_service.cc>
namespace {
OVERRIDE_FEATURE_DEFAULT_STATES({{
{kAimEnabled, base::FEATURE_DISABLED_BY_DEFAULT},
}});
} // namespace