commit | 93263dafecaa2e83a25de7044bcfe40e2f3ed464 | [log] [tgz] |
---|---|---|
author | Stanley Hon <[email protected]> | Thu Mar 04 01:56:28 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 04 01:56:28 2021 |
tree | 122ba91154648b31f67ba936a6fd4cf9caba4533 | |
parent | e0115b80f680fbe4bad039939e46e2afd971fd4d [diff] |
Refactor session_service into session_service_base. This change refactors session_service into session_service_base in preparation for app_session_service to take over app restorations. This patch is intended to be a straight refactor and not impact behavior in any way. Additional tests should not be necessary as there is little to no new code, only a splitting of session_service into _base for reuse. A pass was made over includes to reduce them in session_service and session_service_base files. Bug: 938759 Change-Id: I05cda48a0335830afae60b1f65f9816669ba743d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2706242 Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Stanley Hon <[email protected]> Cr-Commit-Position: refs/heads/master@{#859618}
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.