[RSearches] Add a new flag for Related Searches UI.
Adds a new chrome://flags entry to show the Related Searches UI.
This flag overrides the dark launch of Related Searches using the new
Feature declared in this CL. Once users to flip the flag they will see
whatever UI we have under development. This Feature doesn't do anything
unless the RelatedSearches Feature is also enabled (which allow requests
for Related Searches to be sent by the client).
BUG=1062737
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108901
Reviewed-by: Theresa <[email protected]>
Commit-Queue: Donn Denman <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#751559}
Change-Id: Ia33fc6ffe33ec03d16c681c24194590ed1f84479
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2683754
Reviewed-by: Sinan Sahin <[email protected]>
Commit-Queue: Theresa <[email protected]>
Auto-Submit: Donn Denman <[email protected]>
Cr-Commit-Position: refs/heads/master@{#852380}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e4711bb..a6c3c06 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3162,10 +3162,15 @@
const char kRelatedSearchesName[] =
"Enables an experiment for Related Searches on Android";
const char kRelatedSearchesDescription[] =
- "Enables displaying related searches in a UI surface for experimentation "
- "purposes. This may have privacy implications so do not enable unless "
- "you have no privacy worries about sending page content and URLs to "
- "Google!";
+ "Enables requesting related searches suggestions. These will be requested "
+ "but not shown unless the UI flag is also enabled.";
+
+const char kRelatedSearchesUiName[] =
+ "Forces showing of the Related Searches UI on Android";
+const char kRelatedSearchesUiDescription[] =
+ "Forces the Related Searches UI and underlying requests to be enabled "
+ "regardless of whether they are safe or useful. This requires the Related "
+ "Searches feature flag to also be enabled.";
const char kReportFeedUserActionsName[] =
"Enable the report of click actions on cards in Chrome's Feed on Android.";