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

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

Issue 1159323003: Credential Management: Rename 'notifySignedOut' to 'requireUserMediation' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-password
Patch Set: Rebase. Created 5 years, 6 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 4da417722f9229409557a2e24b16690eee334011..4943d6582178a1cb32c7353e329254bda2dff8d9 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -32,8 +32,8 @@ static_library("browser") {
"credential_manager_password_form_manager.h",
"credential_manager_pending_request_task.cc",
"credential_manager_pending_request_task.h",
- "credential_manager_pending_signed_out_task.cc",
- "credential_manager_pending_signed_out_task.h",
+ "credential_manager_pending_require_user_mediation_task.cc",
+ "credential_manager_pending_require_user_mediation_task.h",
"export/csv_writer.cc",
"export/csv_writer.h",
"facet_manager.cc",

Powered by Google App Engine
This is Rietveld 408576698