0

[iOS] Update AI TODO bugs

Bug: 370768381
Change-Id: I996e99c719a4b5a0b90ccbc9c47895a08698019f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6142853
Auto-Submit: Adam Arcaro <adamta@google.com>
Commit-Queue: Adam Arcaro <adamta@google.com>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Reviewed-by: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1401898}
This commit is contained in:
adamta
2025-01-03 11:09:16 -08:00
committed by Chromium LUCI CQ
parent ecadc86e6e
commit fb59eb3164
2 changed files with 2 additions and 2 deletions
ios/chrome/browser

@ -179,7 +179,7 @@ OptimizationGuideService::OptimizationGuideService(
std::make_unique<OnDeviceModelComponentStateManagerDelegate>());
on_device_model_state_manager_->OnStartup();
// TODO(crbug.com/370768381): Always set a high perfomance class for
// TODO(crbug.com/387509291): Always set a high perfomance class for
// prototyping.
on_device_model_state_manager_->DevicePerformanceClassChanged(
optimization_guide::OnDeviceModelPerformanceClass::kHigh);

@ -101,7 +101,7 @@ void OnDeviceLlmInternalsHandler::RegisterMessages() {
void OnDeviceLlmInternalsHandler::HandleRequestModelInformation(
const base::Value::List& args) {
// TODO(crbug.com/370768381): Load model name.
// TODO(crbug.com/387510419): Load model name.
std::string model_name = "";
if (model_name.empty()) {
model_name = "(Model name unavailable)";