commit | 415e5d949034d22628f4fe72ceb0895679a6458b | [log] [tgz] |
---|---|---|
author | K. Moon <kmoon@chromium.org> | Wed Oct 27 23:44:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 27 23:44:22 2021 |
tree | fa0f2916dd38ca140d81df62ef99584ad4fba608 | |
parent | 30e9cb567e49088d985fe6c3170a16767fb7d82e [diff] |
Clean up pdf_view_plugin_base_unittest.cc Makes some minor improvements to pdf_view_plugin_base_unittest.cc: 1. Adds "using ::testing::NiceMock", instead of fully qualifying. 2. Defines a more useful default behavior for CreateUrlLoaderInternal(). 3. Removes redundant expectations from the HandleResetPrintPreviewModeMessageSetGrayscale test. 4. Cleans up minor inconsistencies. Change-Id: I3da3ae1f82db197c157760d709489ccb742c73f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3248025 Auto-Submit: K. Moon <kmoon@chromium.org> Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/main@{#935662}
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.