[Autofill Views] Adding Layout Experiment
This CL adds the flag, feature, and parameters for an upcoming
experiment which will modify the layout of the Autofill dropdown on
Desktop. It also adds the capability to display the icon on the left,
rather than the default right, of each row of the dropdown, which is
the expected behavior under certain experiment groups.
Change-Id: I90ceb546887a76eb836e4aac19ae96ba1a9d107e
Bug: 870342
Reviewed-on: https://chromium-review.googlesource.com/1152217
Commit-Queue: Tommy Martino <[email protected]>
Reviewed-by: Vasilii Sukhanov <[email protected]>
Reviewed-by: Fabio Tirelo <[email protected]>
Reviewed-by: Sebastien Seguin-Gagnon <[email protected]>
Cr-Commit-Position: refs/heads/master@{#584572}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index f18ea05..e245ad3 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1661,6 +1661,9 @@
extern const char kAccountConsistencyChoiceMirror[];
extern const char kAccountConsistencyChoiceDice[];
+extern const char kAutofillDropdownLayoutName[];
+extern const char kAutofillDropdownLayoutDescription[];
+
extern const char kDoodlesOnLocalNtpName[];
extern const char kDoodlesOnLocalNtpDescription[];