Add a Chrome flag and the ability to ablate the Discover feed.

Bug: 1326937
Change-Id: I7a64c4f5a0aa2d76d43c3bb237f609dfe5062424
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3653234
Reviewed-by: Sky Malice <[email protected]>
Commit-Queue: Justin DeWitt <[email protected]>
Reviewed-by: Xi Han <[email protected]>
Reviewed-by: Jian Li <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1005108}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c3a7896..cd68a03 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3219,6 +3219,9 @@
 const char kFeedStampName[] = "StAMP cards in the feed";
 const char kFeedStampDescription[] = "Enables StAMP cards in the feed.";
 
+const char kFeedIsAblatedName[] = "Feed ablation";
+const char kFeedIsAblatedDescription[] = "Enables feed ablation.";
+
 const char kGridTabSwitcherForTabletsName[] = "Grid tab switcher for tablets";
 const char kGridTabSwitcherForTabletsDescription[] =
     "Enable grid tab switcher for tablets, replacing the tab strip.";