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

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

Issue 2895243002: Rename requireUserMediation to preventSilentAccess in the CM API. (Closed)
Patch Set: merge Created 3 years, 7 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 a30eed9db1958b9dfb4d4b35655761afe2f79331..29296da38483936d711834b42dc4b462c03a1219 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -35,10 +35,10 @@ static_library("browser") {
"credential_manager_logger.h",
"credential_manager_password_form_manager.cc",
"credential_manager_password_form_manager.h",
+ "credential_manager_pending_prevent_silent_access_task.cc",
+ "credential_manager_pending_prevent_silent_access_task.h",
"credential_manager_pending_request_task.cc",
"credential_manager_pending_request_task.h",
- "credential_manager_pending_require_user_mediation_task.cc",
- "credential_manager_pending_require_user_mediation_task.h",
"credentials_filter.h",
"export/csv_writer.cc",
"export/csv_writer.h",

Powered by Google App Engine
This is Rietveld 408576698