commit | e625362e0af204a3ef43166aab05ce46caad44d2 | [log] [tgz] |
---|---|---|
author | Anne Lim <[email protected]> | Wed Aug 29 03:13:25 2018 |
committer | Commit Bot <[email protected]> | Wed Aug 29 03:13:25 2018 |
tree | 21cd106ee76f79304c8fa847d85f7aa5343cf5a6 | |
parent | 81eda3bd78bff97a4c074e7a9ed78b8f3a2e2fe7 [diff] [blame] |
Flag to disable saving local card when upload attempt succeeds When a card upload succeeds, we currently save a local copy of the card on the device. This experiment flag disables this behavior. Change-Id: Ia4e5b01784317203caf768092389507e74546896 Reviewed-on: https://chromium-review.googlesource.com/1184310 Commit-Queue: Anne Lim <[email protected]> Reviewed-by: Jared Saul <[email protected]> Reviewed-by: Evan Stade <[email protected]> Cr-Commit-Position: refs/heads/master@{#587002}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 114c606..92d050f 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -90,6 +90,9 @@ extern const char kAutofillEnforceMinRequiredFieldsForUploadName[]; extern const char kAutofillEnforceMinRequiredFieldsForUploadDescription[]; +extern const char kAutofillNoLocalSaveOnUploadSuccessName[]; +extern const char kAutofillNoLocalSaveOnUploadSuccessDescription[]; + extern const char kAutofillPrefilledFieldsName[]; extern const char kAutofillPrefilledFieldsDescription[];