| 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 7e29820ae745f31bce06632adf3192febeafba77..eb61b562572f09f7129c5509980275dbd8a3b63c 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -238,9 +238,6 @@ class AutofillManager : public AutofillDownloadManager::Observer,
|
| IdentityProvider* GetIdentityProvider() override;
|
| void OnDidGetRealPan(const std::string& real_pan) override;
|
|
|
| - // A toy method called when the (fake) unmasking process has finished.
|
| - void OnUnmaskVerificationResult(bool success);
|
| -
|
| // Returns false if Autofill is disabled or if no Autofill data is available.
|
| bool RefreshDataModels() const;
|
|
|
|
|