
These callbacks will be used in the UI layer to control progress bar indicators and error messages. In addition, `AddTask` needs to return a newly created Task with the server-created ID, to route all further edits to `UpdateTask` instead. Bug: b/301253574 Change-Id: I670e86652cdb0930bfa866fc2def9f77d93557eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039016 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Artsiom Mitrokhin <amitrokhin@chromium.org> Reviewed-by: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1226242}
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.