0
Files
src/chrome
Gyuyoung Kim 58956a153f MPArch: Ensure that prerendering doesn't create a blink optimization guide inquirer
All uses of IsInMainFrame have converted to IsInPrimaryMainFrame
for MPArch. As one of ensuring that the conversion is correct,
this CL adds a test to ensure IsInPrimaryMainFrame use of
BlinkOptimizationGuideWebContentsObserver::ReadyToCommitNavigation
works correctly on prerendering via the added test.

Bug: 1218946
Change-Id: I741eacde22afcc9cd267dd2517795aeac97003d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3045638
Reviewed-by: Kevin McNee <mcnee@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#908230}
2021-08-04 00:04:14 +00:00
..
2021-08-03 23:32:00 +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.