Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 875183003: Minor changes to RealPanClient to get a bit farther (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698