commit | ed9865f87288c72f193ae4f2218f3f9f8270a57c | [log] [tgz] |
---|---|---|
author | Aishwarya Rajesh <[email protected]> | Mon Sep 12 22:46:57 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Sep 12 22:46:57 2022 |
tree | 18403c878a4525135c1cc7699a1d45a913a8dc69 | |
parent | 6ff51e5d8b89bc16abc308c76bda55d6cea98149 [diff] |
[RDSG] Implement downgrade path for desktop site global setting default-on When REQUEST_DESKTOP_SITE_DEFAULTS is disabled for a downgrade: 1. Remove SharedPreferences keys added when the setting was default-enabled. 2. Disable the global setting if it has not been previously updated by the user. Guard these changes behind the REQUEST_DESKTOP_SITE_DEFAULTS_DOWNGRADE flag, added in this CL. Bug: 1362015 Change-Id: I25958b74a58b08f3e95c66ede6b546c8bbb8bac9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3887621 Reviewed-by: Shu Yang <[email protected]> Commit-Queue: Aishwarya Rajesh <[email protected]> Reviewed-by: Theresa Sullivan <[email protected]> Cr-Commit-Position: refs/heads/main@{#1046084}
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.