commit | 11bb28139089be4b741d2789581b86a425b9a115 | [log] [tgz] |
---|---|---|
author | Rob Schonberger <[email protected]> | Wed Jul 31 23:41:00 2019 |
committer | Commit Bot <[email protected]> | Wed Jul 31 23:41:00 2019 |
tree | 2d0dcea27f52970a3c0cfab4f44fa1c0393dac0a | |
parent | 047f43a9389e8ad185cca3860eb620494b8b785b [diff] [blame] |
add Heuristic change into flags list in chrome://settings. This adds the change to enable/disable heursitic stylus/palm rejection as a visible flag in chrome://settings. Allows folks to turn it on/off as needed, and mentions (in the visible description) it is not intended for all devices. Bug: 982118 Change-Id: Id9c18eb5b5c7bec359a0a650acf4a14fb2303120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728449 Commit-Queue: Rob Schonberger <[email protected]> Reviewed-by: Michael Spang <[email protected]> Cr-Commit-Position: refs/heads/master@{#682995}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 2f92912..e223ffa 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1915,6 +1915,9 @@ extern const char kEnableGoogleAssistantStereoInputName[]; extern const char kEnableGoogleAssistantStereoInputDescription[]; +extern const char kEnableHeuristicStylusPalmRejectionName[]; +extern const char kEnableHeuristicStylusPalmRejectionDescription[]; + extern const char kEnableHomeLauncherName[]; extern const char kEnableHomeLauncherDescription[];