[IntentHandling] Add a flag for PWA persistence in intent picker.
Add a flag for showing the PWA persistence in the new intent picker. So
we can roll out the PWA persistence after the intent handling backend.
My plan is to release the exact same intent picker with the intent
handling backend first, then enable the PWA persistence, because
currently there is no easy way for user to manage the persistence.
BUG=853604
Change-Id: Ib6a2347ed1de37bf1729cfb281fb31fd49492537
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2181251
Reviewed-by: Dominick Ng <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Commit-Queue: Maggie Cai <[email protected]>
Cr-Commit-Position: refs/heads/master@{#766232}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 18de038..c642198 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3611,6 +3611,10 @@
const char kImeNativeDecoderDescription[] =
"Enable native decoders in IME service to deprecate NaCl decoders";
+const char kIntentPickerPWAPersistenceName[] = "Intent picker PWA Persistence";
+const char kIntentPickerPWAPersistenceDescription[] =
+ "Allow user to always open with PWA in intent picker.";
+
const char kLacrosSupportName[] = "LaCrOS support";
const char kLacrosSupportDescription[] =
"Support for the experimental lacros-chrome browser.";