0
Files
src/chrome
Ramin Halavati 2849a3b585 Don't show PDF Searchify promo before ScreenAI component download.
ScreenAI component download is triggered when Chrome considers it useful
for the user. Therefore the component may be unavailable when user opens
a PDF without text.
This CL blocks showing the promo for PDF Searchify until when the
component is available and searchify can be done.

This changed can be followed up by triggering searchify when ScreenAI
component is downloaded (crbug.com/377820463).

Bug: 360803943
Change-Id: Ie7d015200e2784f8c14678e6949e7a0b4bd18b24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6001952
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379778}
2024-11-07 17:37:13 +00:00
..
2024-11-07 16:32:45 +00:00
2024-11-07 17:02:19 +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.