[HOLD-UTILL-M80] Clean up rename-download feature.

Bug: 1028694
Change-Id: I967c4dd6eb4e61743b4ee01aa118db79cb1b60a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937427
Commit-Queue: Hesen Zhang <[email protected]>
Auto-Submit: Hesen Zhang <[email protected]>
Reviewed-by: Xing Liu <[email protected]>
Reviewed-by: David Trainor <[email protected]>
Cr-Commit-Position: refs/heads/master@{#725314}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 980b577..d3f5c12e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3210,12 +3210,6 @@
          download::features::kUseDownloadOfflineContentProvider)},
 
 #if defined(OS_ANDROID)
-    {"download-rename", flag_descriptions::kDownloadRenameName,
-     flag_descriptions::kDownloadRenameDescription, kOsAndroid,
-     FEATURE_VALUE_TYPE(chrome::android::kDownloadRename)},
-#endif
-
-#if defined(OS_ANDROID)
     {"update-notification-scheduling-integration",
      flag_descriptions::kUpdateNotificationSchedulingIntegrationName,
      flag_descriptions::kUpdateNotificationSchedulingIntegrationDescription,
@@ -3331,8 +3325,8 @@
      flag_descriptions::kUseXpsForPrintingFromPdfName,
      flag_descriptions::kUseXpsForPrintingFromPdfDescription, kOsWin,
      FEATURE_VALUE_TYPE(printing::features::kUseXpsForPrintingFromPdf)},
-#endif // defined(OS_WIN)
-#endif // BUILDFLAG(ENABLE_PRINTING)
+#endif  // defined(OS_WIN)
+#endif  // BUILDFLAG(ENABLE_PRINTING)
 
     {"autofill-profile-client-validation",
      flag_descriptions::kAutofillProfileClientValidationName,