# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/chromium/disable-google-api-warning.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- chromium-138.0.7204.49/chrome/browser/ui/startup/infobar_utils.cc.vanilla 2025-06-26 18:50:24.293855945 +0200 +++ chromium-138.0.7204.49/chrome/browser/ui/startup/infobar_utils.cc 2025-06-26 18:51:08.623904383 +0200 @@ -171,9 +171,9 @@ infobars::ContentInfoBarManager* infobar_manager = infobars::ContentInfoBarManager::FromWebContents(web_contents); - if (!google_apis::HasAPIKeyConfigured()) { - GoogleApiKeysInfoBarDelegate::Create(infobar_manager); - } + //if (!google_apis::HasAPIKeyConfigured()) { + // GoogleApiKeysInfoBarDelegate::Create(infobar_manager); + //} if (ObsoleteSystem::IsObsoleteNowOrSoon()) { PrefService* local_state = g_browser_process->local_state();