About flags for the notice-card-autodismiss feature

Bug: 1148445
Change-Id: I01c5e75559f9d00a264d3330edb81811ab149ec4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533549
Reviewed-by: Dan H <[email protected]>
Commit-Queue: Vincent Boisselle <[email protected]>
Cr-Commit-Position: refs/heads/master@{#827429}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 08ca49b..183a837 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1632,16 +1632,19 @@
 extern const char kInterestFeedContentSuggestionsName[];
 extern const char kInterestFeedContentSuggestionsDescription[];
 
+extern const char kInterestFeedNoticeCardAutoDismissName[];
+extern const char kInterestFeedNoticeCardAutoDismissDescription[];
+
 extern const char kInterestFeedV2Name[];
 extern const char kInterestFeedV2Description[];
 
-extern const char InterestFeedV1ClickAndViewActionsConditionalUploadName[];
+extern const char kInterestFeedV1ClickAndViewActionsConditionalUploadName[];
 extern const char
-    InterestFeedV1ClickAndViewActionsConditionalUploadDescription[];
+    kInterestFeedV1ClickAndViewActionsConditionalUploadDescription[];
 
-extern const char InterestFeedV2ClickAndViewActionsConditionalUploadName[];
+extern const char kInterestFeedV2ClickAndViewActionsConditionalUploadName[];
 extern const char
-    InterestFeedV2ClickAndViewActionsConditionalUploadDescription[];
+    kInterestFeedV2ClickAndViewActionsConditionalUploadDescription[];
 
 extern const char kMessagesForAndroidInfrastructureName[];
 extern const char kMessagesForAndroidInfrastructureDescription[];