description: disable the google api key warning when those aren't found
author: Michael Gilbert <mgilbert@debian.org>

--- a/chrome/browser/ui/startup/infobar_utils.cc
+++ b/chrome/browser/ui/startup/infobar_utils.cc
@@ -171,7 +171,7 @@ void AddInfoBarsIfNecessary(Browser* bro
   infobars::ContentInfoBarManager* infobar_manager =
       infobars::ContentInfoBarManager::FromWebContents(web_contents);
 
-  if (!google_apis::HasAPIKeyConfigured()) {
+  if (false) {
     GoogleApiKeysInfoBarDelegate::Create(infobar_manager);
   }
 
