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

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 header guards. Created 6 years 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/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 058a067adb9c6e87394265797e7ae8b20e8c1e0d..e9f7f61eb8fc4a8ba53f1c1e985adea6e9c6fb17 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -28,6 +28,8 @@
'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_fetcher.cc',
'password_manager/core/browser/affiliation_fetcher.h',
'password_manager/core/browser/affiliation_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698