commit | be6619878891b972a809614c3486c3eab43b9bfc | [log] [tgz] |
---|---|---|
author | Jesse McKenna <[email protected]> | Thu Oct 29 23:57:42 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 29 23:57:42 2020 |
tree | 29695fae4c90f7ea0e73a8a9c9b60374cf3b153d | |
parent | b63271797d631a81a0d8a2b39cfab1cce1cf173d [diff] [blame] |
Remove reference to NativeFileSystemAPI from flags This change removes a reference to NativeFileSystemAPI from the flag description for FileHandlingAPI. NativeFileSystemAPI has been enabled by default (crrev.com/c/2360922) so is no longer an available flag. Change-Id: Ib17b734f3cf18eacfd11df7aae891bd5526fc649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2508320 Reviewed-by: David Bienvenu <[email protected]> Commit-Queue: Jesse McKenna <[email protected]> Cr-Commit-Position: refs/heads/master@{#822432}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 156423d7..e1ec2e1 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -1137,7 +1137,7 @@ const char kFileHandlingAPIName[] = "File Handling API"; const char kFileHandlingAPIDescription[] = "Enables the file handling API, allowing websites to register as file " - "handlers. This depends on native-file-system"; + "handlers."; const char kFillOnAccountSelectName[] = "Fill passwords on account selection"; const char kFillOnAccountSelectDescription[] =