commit | ec51a9823ff3d8c7966a7b64abf77d27ca8cc179 | [log] [tgz] |
---|---|---|
author | David Bienvenu <davidbienvenu@chromium.org> | Fri Jun 11 19:52:41 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 19:52:41 2021 |
tree | 4591f57ae87993b7751de92eb579f09902012da5 | |
parent | 233101efdc898a7aa3686d300cf5abd86acdf060 [diff] |
unit_tests: fix mock warnings in AutoFillPopup tests Use NiceMock to silence warnings about uninteresting mock function calls. Also fix some DISALLOW_COPY_AND_ASSIGNS Bug: 1010217 Change-Id: I622f27120e0e111f3daa1573b17ceded4ca57910 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2955891 Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#891765}
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.