| 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 f3d3e2f762e8271d3fc262f0cda24476164aef63..63d1730c1067cf123645f2da1c1c30afe6fd51b7 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -217,6 +217,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| // to be uploadable. Exposed for testing.
|
| bool ShouldUploadForm(const FormStructure& form);
|
|
|
| + void OpenUrl(const GURL& url);
|
| +
|
| protected:
|
| // Test code should prefer to use this constructor.
|
| AutofillManager(AutofillDriver* driver,
|
|
|