0
Files
src/chrome
Tomasz Wiszkowski 4a7b8ad183 Clear recycler view on URL focus clear.
This change ensures that the RecyclerView clears the view pool
when the user ends interaction with the Omnibox.

Bug: 1075602
Change-Id: Iacd36ade19e67144421674cc85c05b750bd0b7b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404390
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Reviewed-by: Filip Gorski <fgorski@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805957}
2020-09-10 22:54:22 +00:00
..
2020-09-10 22:51:15 +00:00
2020-09-10 22:05:41 +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.