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

Unified Diff: chrome/browser/web_data_service_factory.h

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: rebase Created 3 years, 8 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 | « chrome/browser/ui/profile_error_dialog.h ('k') | chrome/browser/web_data_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/web_data_service_factory.h
diff --git a/chrome/browser/web_data_service_factory.h b/chrome/browser/web_data_service_factory.h
index 9ab056302a46da4b5df570a8a24192104c4f4e76..c2a4a8a6f865d7edc68497a0dffac23e6fc57b22 100644
--- a/chrome/browser/web_data_service_factory.h
+++ b/chrome/browser/web_data_service_factory.h
@@ -24,6 +24,12 @@ class WebDataServiceWrapper;
class PasswordWebDataService;
#endif
+#if defined(OS_ANDROID)
+namespace payments {
+class PaymentManifestWebDataService;
+}
+#endif
+
namespace autofill {
class AutofillWebDataService;
}
@@ -61,6 +67,12 @@ class WebDataServiceFactory : public BrowserContextKeyedServiceFactory {
ServiceAccessType access_type);
#endif
+#if defined(OS_ANDROID)
+ static scoped_refptr<payments::PaymentManifestWebDataService>
+ GetPaymentManifestWebDataForProfile(Profile* profile,
+ ServiceAccessType access_type);
+#endif
+
static WebDataServiceFactory* GetInstance();
private:
« no previous file with comments | « chrome/browser/ui/profile_error_dialog.h ('k') | chrome/browser/web_data_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698