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

12345678910111213141516171819202122
  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. @@ -1257,8 +1257,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/infobar_utils.cc",
  17. "startup/infobar_utils.h",
  18. "startup/launch_mode_recorder.cc",
  19. --
  20. 2.25.1