0013-disable-missing-key-warning.patch 484 B

123456789101112
  1. --- a/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
  2. +++ b/chrome/browser/ui/startup/google_api_keys_infobar_delegate.cc
  3. @@ -17,9 +17,6 @@
  4. // static
  5. void GoogleApiKeysInfoBarDelegate::Create(
  6. infobars::ContentInfoBarManager* infobar_manager) {
  7. - infobar_manager->AddInfoBar(
  8. - CreateConfirmInfoBar(std::unique_ptr<ConfirmInfoBarDelegate>(
  9. - new GoogleApiKeysInfoBarDelegate())));
  10. }
  11. GoogleApiKeysInfoBarDelegate::GoogleApiKeysInfoBarDelegate()