commit | 3803ad755d36b9850ea9bcc6fb152079dd641c1f | [log] [tgz] |
---|---|---|
author | Simon Zünd <szuend@chromium.org> | Thu Nov 05 09:19:05 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 05 09:19:05 2020 |
tree | 1951d2b6db50678ef71e9b5d90e8086369f86c8e | |
parent | 5f9e3f9f34eaaab59daee61cbaee62c4ded82783 [diff] |
Make TrustTokenBrowsertest available in a header Moving the TrustTokenBrowsertest class into a header will allow DevTools to re-use the functionality in its own browser tests for upcoming Trust Token debugging features. The CL https://crrev.com/c/2516225 is an example where DevTools and TrustToken browsertests are combined. R=davidvc@chromium.org Bug: chromium:1141652 Change-Id: Ibd9d9a75738d17d9eb1cc33359063ad4bd99b860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517947 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#824353}
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.