commit | 50a5cb4d1db36e8a57e5b3114d90c9646575cf97 | [log] [tgz] |
---|---|---|
author | Antonio Gomes <[email protected]> | Tue Sep 02 04:12:41 2025 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 02 04:12:41 2025 |
tree | 31d8e516775d7b29a7cf4376c0bf28f1b00e0659 | |
parent | 70df794fdae7168b43e003c01e4bdbecc0673c4a [diff] |
Stop operating over Browser* in locked_quiz_session_manager.cc This CL replaces the use of Browser* by ash::BrowserDelegate in LockedQuizSessionManager::CreateWindowCompletionCallback. Additionally, in locked_quiz_session_manager_browsertest.cc, it also replaces the use of BrowserWindowInterface* by ash::BrowserDelegate. [email protected] Bug: 439449352 Change-Id: I215e27449b1145f1972c2d523a9c6b987f35976d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6905204 Reviewed-by: Georg Neis <[email protected]> Commit-Queue: Antonio Gomes <[email protected]> Cr-Commit-Position: refs/heads/main@{#1509353}
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.