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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 81bb94a20628a1828638517559a7334b5766987f..0756fec125f1c7be9cc4ffa3d059f50165b39f26 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1545,6 +1545,11 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kPasswordForceSavingDescription, kOsAll,
FEATURE_VALUE_TYPE(
password_manager::features::kEnablePasswordForceSaving)},
+ {"enable-manual-fallback-for-password-saving",
+ flag_descriptions::kManualFallbackForPasswordSavingName,
+ flag_descriptions::kManualFallbackForPasswordSavingDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(
+ password_manager::features::kEnableManualFallbackForSaving)},
{"enable-manual-password-generation",
flag_descriptions::kManualPasswordGenerationName,
flag_descriptions::kManualPasswordGenerationDescription, kOsAll,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | chrome/browser/ui/passwords/manage_passwords_ui_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698