0
Files
src/chrome
Maksim Sisov 360593087b extensions: printing: report correct usage of margins via UMA 4/*
We need to know when rolling the feature whether users are paying
attention to correctness of used margins, which can be retrieved via
chrome.printing API along with other options.

Design doc:
https://docs.google.com/document/d/1EgbaHpFDl8sEMYDaeL0oAta3lSa_x4Nv9KmSfScyKRk

Bug: 316999874, 308709702
Change-Id: Id8771d1a380d4c7c2d1fe6a2ebade7ed8a9a944f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6424461
Reviewed-by: Kelvin Jiang <kelvinjiang@chromium.org>
Reviewed-by: Nathan Muggli <nmuggli@google.com>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1444549}
2025-04-08 23:35:24 -07:00
..
2025-04-08 14:59:11 -07: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.