0
Files
src/components/language_detection
Alex Gough f5d75b40a1 Move ReadOnlyFile to file.mojom
This type doesn't always get found by people, so move it into
the main file.mojom file and adjust importing modules.

No functional changes.

Bug: 40149916
Change-Id: I6eeb1a4878f9f510bfe629a0e5d35dfbe27bf94e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5914218
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Owners-Override: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1365581}
2024-10-08 15:52:02 +00:00
..
2024-10-08 15:52:02 +00:00

- this is the TFLite-based language detection component.

- it is in the process of being extracted from the translate
  component. The code to acquire a model file is still in the
  translate component but will move into this one.