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

Unified Diff: components/password_manager/core/browser/BUILD.gn

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
Index: components/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 899dca9c7a7957b4bb6304641c94fb1941a511e7..00eed4fffccd030d6370262021fe86966f491e14 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -21,6 +21,9 @@ static_library("browser") {
"affiliation_backend.h",
"affiliation_database.cc",
"affiliation_database.h",
+ "affiliation_fetch_throttler.cc",
+ "affiliation_fetch_throttler.h",
+ "affiliation_fetch_throttler_delegate.h",
"affiliation_fetcher_delegate.h",
"affiliation_fetcher.cc",
"affiliation_fetcher.h",
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/affiliation_fetch_throttler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698