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

Unified Diff: components/password_manager/core/common/experiments.cc

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Sent For Review Created 3 years, 5 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/common/experiments.cc
diff --git a/components/password_manager/core/common/experiments.cc b/components/password_manager/core/common/experiments.cc
index b7399d716f55181b215687c4ee88099af8a93bc0..12ad2899f3887c4096a888e1a48424527df2c624 100644
--- a/components/password_manager/core/common/experiments.cc
+++ b/components/password_manager/core/common/experiments.cc
@@ -18,4 +18,9 @@ bool ManualPasswordGenerationEnabled() {
password_manager::features::kEnableManualPasswordGeneration);
}
+bool ManualFallbackForSavingEnabled() {
+ return base::FeatureList::IsEnabled(
+ password_manager::features::kEnableManualFallbackForSaving);
+}
+
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698