Add reopen tab in-product help feature flag to chrome://flags page
Bug: 887991
Change-Id: I2346160f3e2331cd8c0e480065239552dcb9a9bc
Reviewed-on: https://chromium-review.googlesource.com/c/1372316
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Peter Boström <[email protected]>
Commit-Queue: Collin Baker <[email protected]>
Cr-Commit-Position: refs/heads/master@{#618285}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index e80d1fa..d787aef 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -10,6 +10,7 @@
#include "build/build_config.h"
#include "build/buildflag.h"
#include "chrome/common/buildflags.h"
+#include "components/feature_engagement/buildflags.h"
#include "components/nacl/common/buildflags.h"
#include "device/vr/buildflags/buildflags.h"
#include "media/media_buildflags.h"
@@ -2272,6 +2273,13 @@
#endif // #if defined(WEBRTC_USE_PIPEWIRE)
+#if BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
+
+extern const char kReopenTabInProductHelpName[];
+extern const char kReopenTabInProductHelpDescription[];
+
+#endif // BUILDFLAG(ENABLE_DESKTOP_IN_PRODUCT_HELP)
+
// ============================================================================
// Don't just add flags to the end, put them in the right section in
// alphabetical order. See top instructions for more.