| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index c7b30297c73cfeb00a31a45a6bb20c575d1c5972..eb6dec6efa54ae731f7f631ecdfa672cefd3b752 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -186,7 +186,7 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
|
|
| // Shared code to determine if |form| should be uploaded to the Autofill
|
| // server. It verifies that uploading is allowed and |form| meets conditions
|
| - // to be uploadable.
|
| + // to be uploadable. Exposed for testing.
|
| bool ShouldUploadForm(const FormStructure& form);
|
|
|
| protected:
|
|
|