| 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 ebc4005ab20a18a58bb90d6ce49142658c0f64d6..03438286bd1ec3b516f72a0f920df6999be79ad1 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -192,7 +192,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:
|
|
|