Commit c75d4ee0 authored by Jia's avatar Jia Committed by Commit Bot

[On-device adaptive brightness] Update flag description

This description makes it clearer that the flag is only used to control
the ML model if it exists.

AboutFlagsHistogramTest*

Test: unit_tests --gtest_filter=AboutFlagsTest*,
Bug: 881215
Change-Id: Ia226f98d954ad96c680c593716509796b17d0aa3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346098
Commit-Queue: Jia Meng <jiameng@chromium.org>
Reviewed-by: default avatarThanh Nguyen <thanhdng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796667}
parent b306e4f0
......@@ -330,8 +330,10 @@ const char kAutofillUseImprovedLabelDisambiguationDescription[] =
const char kAutoScreenBrightnessName[] = "Auto Screen Brightness model";
const char kAutoScreenBrightnessDescription[] =
"Uses Auto Screen Brightness model to adjust screen brightness based on "
"ambient light";
"Uses Auto Screen Brightness ML model (if it exists) to adjust screen "
"brightness based on ambient light. If disabled, screen brightness "
"will be controlled by the heuristic method from power (and only on "
"devices that have ambient light sensors).";
const char kAvatarToolbarButtonName[] = "Avatar Toolbar Button";
const char kAvatarToolbarButtonDescription[] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment