commit | 236d9a83a4d40a5f58bad4ab9ef84a092e397d0f | [log] [tgz] |
---|---|---|
author | Daniel Vogelheim <[email protected]> | Thu Apr 01 15:40:53 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Apr 01 15:40:53 2021 |
tree | db07e79d7cbf79c0159f4e3c418d5768471e384a | |
parent | 56ce4eab08f1d501f01bc627d0d7f59cf1765d49 [diff] [blame] |
[Sanitizer API] Make Sanitizer available via chrome://flags. Also, upgrade the Blink runtime feature to 'experimental'. Bug: 1172254 Change-Id: I471207d0529194182191d713750af57614369997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2772418 Commit-Queue: Daniel Vogelheim <[email protected]> Reviewed-by: Mike West <[email protected]> Cr-Commit-Position: refs/heads/master@{#868532}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 09336868..d3e18da 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -2681,6 +2681,10 @@ "experimental web platform features to be enabled."; const char kDrawPredictedPointsName[] = "Draw predicted delegated ink points"; +const char kSanitizerApiName[] = "Sanitizer API"; +const char kSanitizerApiDescription[] = + "Enable the Sanitizer API. See: https://github.com/WICG/sanitizer-api"; + // Android --------------------------------------------------------------------- #if defined(OS_ANDROID)