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

Unified Diff: components/password_manager/core/common/password_manager_features.h

Issue 2069553002: Add base::Feature to protect password viewing on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit description for kViewPasswords Created 4 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
« no previous file with comments | « no previous file | components/password_manager/core/common/password_manager_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/password_manager_features.h
diff --git a/components/password_manager/core/common/password_manager_features.h b/components/password_manager/core/common/password_manager_features.h
index f477f66784e0e933aa96d7de78a446c24156b4c5..728d5adfcd45821aecc0afcd521e4f612d8406a3 100644
--- a/components/password_manager/core/common/password_manager_features.h
+++ b/components/password_manager/core/common/password_manager_features.h
@@ -26,6 +26,7 @@ extern const base::Feature kEnablePasswordForceSaving;
extern const base::Feature kProtectSyncCredential;
extern const base::Feature kProtectSyncCredentialOnReauth;
extern const base::Feature kPasswordImportExport;
+extern const base::Feature kViewPasswords;
} // namespace features
« no previous file with comments | « no previous file | components/password_manager/core/common/password_manager_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698