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

Unified Diff: components/password_manager.gypi

Issue 807503002: Implement throttling logic for fetching affiliation information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aff_database
Patch Set: Fix ambiguity with pow() on Android. 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 | « components/components_tests.gyp ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 37490f9d30e3262d8beed414dd86e1f22febbe73..6331a3d39060b04fb7133f196f6398b298b61ff7 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -32,6 +32,9 @@
'password_manager/core/browser/affiliation_fetcher_delegate.h',
'password_manager/core/browser/affiliation_database.cc',
'password_manager/core/browser/affiliation_database.h',
+ 'password_manager/core/browser/affiliation_fetch_throttler.cc',
+ 'password_manager/core/browser/affiliation_fetch_throttler.h',
+ 'password_manager/core/browser/affiliation_fetch_throttler_delegate.h',
'password_manager/core/browser/affiliation_fetcher.cc',
'password_manager/core/browser/affiliation_fetcher.h',
'password_manager/core/browser/affiliation_service.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698