Add flags for download dialog
BUG=1234151
Change-Id: I2678fb5124c0e19ddee7caff07e7229f5a3cd158
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3133747
Reviewed-by: Shakti Sahu <[email protected]>
Commit-Queue: Min Qin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#916940}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index ea4bfbe..fef6baa 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3081,6 +3081,16 @@
const char kEnableCommandLineOnNoRootedDescription[] =
"Enable reading command line file on non-rooted devices (DANGEROUS).";
+const char kEnableDangerousDownloadDialogName[] =
+ "Enable dangerous download dialog";
+const char kEnableDangerousDownloadDialogDescription[] =
+ "Use dialog instead of infobar for user to confirm dangerous download";
+
+const char kEnableDuplicateDownloadDialogName[] =
+ "Enable duplicate download dialog";
+const char kEnableDuplicateDownloadDialogDescription[] =
+ "Use dialog instead of infobar for user to confirm duplicate download";
+
const char kEnableUseAaudioDriverName[] = "Use AAudio Driver";
const char kEnableUseAaudioDriverDescription[] =
"Enable the use of AAudio, if supported by the current Android version.";