commit | cfc011538f22d24ef204227581b79de192f87169 | [log] [tgz] |
---|---|---|
author | Jesse Schettler <[email protected]> | Thu Oct 08 01:25:37 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 08 01:25:37 2020 |
tree | 3ad1ab0d43cd320ee22b28492b9cf4ee2c2e77e9 | |
parent | 6d77a4ac7dee8f621df4674cb38ce0a24151ea05 [diff] |
[M87] scanning: Add and implement ScanService::Scan() Add and implement ScanService::Scan() to allow clients to perform scans. The ScanService currently saves each scanned image to the user's "My files" folder, but future changes will allow clients to specify the file type and save-to location. (cherry picked from commit f51b8af429aef505d4f6c00a2e1f82c9d6f3a695) Bug: 1059779 Change-Id: I628571f8663498bc8499e9b7e53d1d6b144a0816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436385 Commit-Queue: Jesse Schettler <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Zentaro Kavanagh <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#813480} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458950 Cr-Commit-Position: refs/branch-heads/4280@{#123} Cr-Branched-From: ea420fb963f9658c9969b6513c56b8f47efa1a2a-refs/heads/master@{#812852}
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.
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.