Do-not-build-API-keys-infobar.patch 808 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. License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
  5. ---
  6. chrome/browser/ui/BUILD.gn | 2 --
  7. 1 file changed, 2 deletions(-)
  8. diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
  9. --- a/chrome/browser/ui/BUILD.gn
  10. +++ b/chrome/browser/ui/BUILD.gn
  11. @@ -1275,8 +1275,6 @@ static_library("ui") {
  12. "singleton_tabs.h",
  13. "startup/automation_infobar_delegate.cc",
  14. "startup/automation_infobar_delegate.h",
  15. - "startup/google_api_keys_infobar_delegate.cc",
  16. - "startup/google_api_keys_infobar_delegate.h",
  17. "startup/infobar_utils.cc",
  18. "startup/infobar_utils.h",
  19. "startup/launch_mode_recorder.cc",
  20. --
  21. 2.25.1