commit | ba18dba633c708a80e6cfdf83626cfd0960f5b93 | [log] [tgz] |
---|---|---|
author | Gang Wu <[email protected]> | Wed Sep 25 03:43:21 2019 |
committer | Commit Bot <[email protected]> | Wed Sep 25 03:43:21 2019 |
tree | 50309e29d2cda4e9b41e119fed86af0bc25e35e8 | |
parent | 47d9dceb5332d707a983962380173265e1f2fe01 [diff] |
Implement removing suggestions from clipboard There are 3 parts to make "removing suggestions from clipboard" works. 1. when create Match In ClipboardProvider, set |deletable| to true. This part makes long-press on the match can pop up delete dialog. 2. delete the match from matches in ClipboardProvider This part will remove the suggestion from suggestion list. 3. delete the suggestion from system clipboard. Bug: 998932 Change-Id: I5c55f1de6fe80e5f40f1181c504a4b1e536b4ec5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775439 Commit-Queue: Gang Wu <[email protected]> Reviewed-by: Ted Choc <[email protected]> Reviewed-by: Justin Donnelly <[email protected]> Reviewed-by: Olivier Robin <[email protected]> Cr-Commit-Position: refs/heads/master@{#699617}
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 .