[SendTabToSelfHistory] Add a feature flag for history
Adding send_tab_to_self::kSendTabToSelfHistory which will gate
near-term-experimental work for enabling a user flow to revisit
shared tabs.
Bug: 961913
Change-Id: I5365816dfc1c2fe6f05931c30386052f63e4ce61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610219
Commit-Queue: Jeffrey Cohen <[email protected]>
Reviewed-by: Peter Lee <[email protected]>
Reviewed-by: sebsg <[email protected]>
Cr-Commit-Position: refs/heads/master@{#659520}
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index 7f399f6..f9f8d6f 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -589,6 +589,10 @@
{"identity-disc", flag_descriptions::kIdentityDiscName,
flag_descriptions::kIdentityDiscDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kIdentityDisc)},
+ {"enable-send-tab-to-self-history",
+ flag_descriptions::kSendTabToSelfHistoryName,
+ flag_descriptions::kSendTabToSelfHistoryDescription, flags_ui::kOsIos,
+ FEATURE_VALUE_TYPE(send_tab_to_self::kSendTabToSelfHistory)},
};
// Add all switches from experimental flags to |command_line|.