0013-disable-missing-key-warning.patch 694 Bytes
Newer Older
1
Index: chromium-128.0.6613.137/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
2
===================================================================
3 4
--- chromium-128.0.6613.137.orig/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
+++ chromium-128.0.6613.137/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
5 6 7 8 9 10 11 12 13 14
@@ -17,9 +17,6 @@
 // static
 void GoogleApiKeysInfoBarDelegate::Create(
     infobars::ContentInfoBarManager* infobar_manager) {
-  infobar_manager->AddInfoBar(
-      CreateConfirmInfoBar(std::unique_ptr<ConfirmInfoBarDelegate>(
-          new GoogleApiKeysInfoBarDelegate())));
 }
 
 GoogleApiKeysInfoBarDelegate::GoogleApiKeysInfoBarDelegate()