Do-not-build-API-keys-infobar.patch 768 B

1234567891011121314151617181920212223
  1. From: csagan5 <32685696+csagan5@users.noreply.github.com>
  2. Date: Fri, 23 Jul 2021 15:05:19 +0200
  3. Subject: Do not build API keys infobar
  4. ---
  5. chrome/browser/ui/BUILD.gn | 2 --
  6. 1 file changed, 2 deletions(-)
  7. diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
  8. --- a/chrome/browser/ui/BUILD.gn
  9. +++ b/chrome/browser/ui/BUILD.gn
  10. @@ -1227,8 +1227,6 @@ static_library("ui") {
  11. "singleton_tabs.h",
  12. "startup/automation_infobar_delegate.cc",
  13. "startup/automation_infobar_delegate.h",
  14. - "startup/google_api_keys_infobar_delegate.cc",
  15. - "startup/google_api_keys_infobar_delegate.h",
  16. "startup/launch_mode_recorder.cc",
  17. "startup/launch_mode_recorder.h",
  18. "startup/obsolete_system_infobar_delegate.cc",
  19. --
  20. 2.20.1