0
Files
src/chrome
Toni Barzic ae3b5a8c3f Enable multiple item suggest cache requests per session
This default enables the feature param that was guarding multiple
server queries per user session for zero state drive results with
productivity launcher enabled.

Change-Id: I085203bab79757cf9db7e28c77809a758923779d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3695751
Commit-Queue: Toni Barzic <tbarzic@chromium.org>
Reviewed-by: Rachel Wong <wrong@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1012610}
2022-06-09 18:05:09 +00:00
..
2022-06-09 17:25:44 +00:00
2022-06-08 08:28: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.