0
Files
src/chrome
Wes Okuhara 01b17f592e CrOS Settings: Set isPrefEnforced property as readonly
This property in PrefControlMixinInternal should be marked as readonly
so TS can catch assignment errors.

Bug: b:333454004
Test: browser_tests --gtest_filter="*OSSettings*PrefControlMixin*"
Change-Id: I470e1f545e70699712ab45526de2a3afb694d2f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5479830
Commit-Queue: Wes Okuhara <wesokuhara@google.com>
Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1291948}
2024-04-24 17:05:46 +00:00
..

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.