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

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

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.h
diff --git a/components/password_manager/core/common/experiments.h b/components/password_manager/core/common/experiments.h
index 13b83b95a083c3add187ef7aa72cce3c82db3068..e6e2362549f3d16443957dec26fa24317fb5bf9e 100644
--- a/components/password_manager/core/common/experiments.h
+++ b/components/password_manager/core/common/experiments.h
@@ -13,6 +13,9 @@ bool ForceSavingExperimentEnabled();
// True iff the manual password generation is enabled.
bool ManualPasswordGenerationEnabled();
+// True iff the manual fallback for password saving is enabled.
+bool ManualFallbackForSavingEnabled();
+
} // namespace password_manager
#endif // COMPONENTS_PASSWORD_MANAGER_CORE_COMMON_EXPERIMENTS_H_

Powered by Google App Engine
This is Rietveld 408576698