[Messages] Add flags for infrastructure and passwords infobars
This CL adds feature flags and about:flags entries for a couple of
flags:
- MessagesForAndroidInfrastructure will control initialization of
infrastructure classes (MessageQueueManager, etc.)
- MessagesForAndroidPasswordsName will control whether save/update
password uses Infobars or Messages UI.
BUG=1123947
[email protected]
Change-Id: I4b3e3920d2909f8e6144cc197d8fddc029356f86
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388949
Reviewed-by: Lijin Shen <[email protected]>
Reviewed-by: Theresa <[email protected]>
Commit-Queue: Pavel Yatsuk <[email protected]>
Cr-Commit-Position: refs/heads/master@{#804317}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index ee52b43..a590c27 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2848,6 +2848,13 @@
"Allow the user to provide feedback from a feed card.";
const char kInterestFeedFeedbackName[] = "Interest Feed Feedback";
+const char kMessagesForAndroidInfrastructureName[] = "Messages infrastructure";
+const char kMessagesForAndroidInfrastructureDescription[] =
+ "When enabled, will initialize Messages UI infrastructure";
+const char kMessagesForAndroidPasswordsName[] = "Passwords Messages UI";
+const char kMessagesForAndroidPasswordsDescription[] =
+ "When enabled, password infobars will use the new Messages UI.";
+
const char kOfflineIndicatorAlwaysHttpProbeName[] = "Always http probe";
const char kOfflineIndicatorAlwaysHttpProbeDescription[] =
"Always do http probe to detect network connectivity for offline indicator "