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

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

Issue 873583007: Add OAuth2 token to RealPanRequest. (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
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 fd177d60b83a7979e43a8f415b12f06b837d782c..9ba6e63b2689e455f056fc4a0b5459a618493a06 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -230,8 +230,8 @@ class AutofillManager : public AutofillDownloadManager::Observer,
void OnUnmaskPromptClosed() override;
// wallet::RealPanWalletClient::Delegate:
+ IdentityProvider* GetIdentityProvider() override;
void OnDidGetRealPan(const std::string& real_pan) override;
- std::string GetOAuth2Token() override;
// A toy method called when the (fake) unmasking process has finished.
void OnUnmaskVerificationResult(bool success);
« no previous file with comments | « components/autofill/core/browser/autofill_client.h ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698