commit | ca14b09d545fe715968a9de0867a340ff38c5385 | [log] [tgz] |
---|---|---|
author | sebsg <[email protected]> | Fri Dec 07 16:56:15 2018 |
committer | Commit Bot <[email protected]> | Fri Dec 07 16:56:15 2018 |
tree | 407cd073a46ec46f31daca9ce5ebb1655729d256 | |
parent | b1ebfa7b255bd996cf5f0a467df3d5b903d88fe8 [diff] [blame] |
[AF] Add feature to always show server cards in sync transport mode. Bug: 907929 Change-Id: I5327254e20e4e6bbbfd0d8fc35d24e1dd5814917 Reviewed-on: https://chromium-review.googlesource.com/c/1366374 Reviewed-by: Elly Fong-Jones <[email protected]> Reviewed-by: Fabio Tirelo <[email protected]> Commit-Queue: Sebastien Seguin-Gagnon <[email protected]> Cr-Commit-Position: refs/heads/master@{#614726}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 973a672..0003a03 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -80,6 +80,9 @@ extern const char kAsyncImageDecodingName[]; extern const char kAsyncImageDecodingDescription[]; +extern const char kAutofillAlwaysShowServerCardsInSyncTransportName[]; +extern const char kAutofillAlwaysShowServerCardsInSyncTransportDescription[]; + extern const char kAutofillCacheQueryResponsesName[]; extern const char kAutofillCacheQueryResponsesDescription[];