0
Files
src/chrome
Liquan (Max) Gu e4d8f80727 Fix AutofillAddress crash
AutofillAddress crashes when the AddressProfile is null. This CL adds
a null-check to avoid it.

Bug: 1227048
Change-Id: I128522cb85c11633f468f4e48bdc2d3f3b3d0480
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3010583
Reviewed-by: Nick Burris <nburris@chromium.org>
Reviewed-by: Liquan (Max) Gu <maxlg@chromium.org>
Reviewed-by: Roger McFarlane <rogerm@chromium.org>
Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#900583}
2021-07-12 19:18:21 +00:00
..
2021-07-12 19:18:21 +00:00

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.