0
Files
src/chrome
Hidehiko Abe fee00c5228 Extract ValidateUrl from GetURLsFromCommandLine.
So that the function will be shared with Crosapi use
in a following CL.
Also, this CL contains some cosmetic updates including
lint fixes.

Bug: 1236859
Change-Id: I01369787f04c1512e5bdc98c88c5d5c25b99eefa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3114687
Reviewed-by: Tommy Martino <tmartino@chromium.org>
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#914986}
2021-08-25 00:25:13 +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.