commit | d3ddfcbeb59064bb5f3b23d7e67f706bffec0549 | [log] [tgz] |
---|---|---|
author | Moe Ahmadi <[email protected]> | Fri Apr 20 19:51:08 2018 |
committer | Commit Bot <[email protected]> | Fri Apr 20 19:51:08 2018 |
tree | 400ea3370976c137e64c631d67ca5c296140bb62 | |
parent | f367d108199895c213750d298104090deab876e4 [diff] [blame] |
[AF] Adds flags for restricting formless form extraction to about_flags Bug: 834404 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I95e93dfae14271e2cd08a42685b8e3f3ad9ff169 Reviewed-on: https://chromium-review.googlesource.com/1022076 Reviewed-by: Roger McFarlane <[email protected]> Commit-Queue: Moe Ahmadi <[email protected]> Cr-Commit-Position: refs/heads/master@{#552437}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 731d442..a8fcfec 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -67,6 +67,9 @@ extern const char kAutofillDynamicFormsName[]; extern const char kAutofillDynamicFormsDescription[]; +extern const char kAutofillRestrictUnownedFieldsToFormlessCheckoutName[]; +extern const char kAutofillRestrictUnownedFieldsToFormlessCheckoutDescription[]; + extern const char kAutoplayPolicyName[]; extern const char kAutoplayPolicyDescription[];