| commit | f5526e69a402cebd651fcdc99c90c7fb93c6aa4e | [log] [tgz] |
|---|---|---|
| author | Ramin Halavati <rhalavati@google.com> | Fri Nov 15 12:31:47 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 15 12:31:47 2024 |
| tree | 49ad80dbf9e2ccb50953b9a5de37b415b9997a13 | |
| parent | 177d07e41d92da1bf2d8018558fb5e1d042a82fd [diff] |
Update PDF Searchifier state transfer to browser. `OnSearchifyStateChange` transfers the busy or not busy state of the PDF searchifier to the browser to show UI elements. However only the busy state is needed to show the IPH and the other state is not used. Hence rename the function to `OnSearchifyStarted` and remove the parameter. Bug: 360803943 Change-Id: Ic7cc20aaf8eda759e2bd28355487e30535741eff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6016981 Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/main@{#1383547}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.