| Index: components/autofill/core/browser/autofill_test_utils.h
|
| diff --git a/components/autofill/core/browser/autofill_test_utils.h b/components/autofill/core/browser/autofill_test_utils.h
|
| index 8719aac74fd48d4206e8b7d6803ba0b87a79cd2b..5335374311b3f049ca7d42258a8477cdfaefa5a6 100644
|
| --- a/components/autofill/core/browser/autofill_test_utils.h
|
| +++ b/components/autofill/core/browser/autofill_test_utils.h
|
| @@ -113,8 +113,12 @@ void SetCreditCardInfo(CreditCard* credit_card,
|
| // TODO(isherman): We should do this automatically for all tests, not manually
|
| // on a per-test basis: http://crbug.com/57221
|
| // Disables or mocks out code that would otherwise reach out to system services.
|
| +// Revert this configuration with |ReenableSystemServices|.
|
| void DisableSystemServices(PrefService* prefs);
|
|
|
| +// Undoes the mocking set up by |DisableSystemServices|
|
| +void ReenableSystemServices();
|
| +
|
| // Sets |cards| for |table|. |cards| may contain full, unmasked server cards,
|
| // whereas AutofillTable::SetServerCreditCards can only contain masked cards.
|
| void SetServerCreditCards(AutofillTable* table,
|
|
|