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

Unified Diff: chrome/browser/about_flags.cc

Issue 1900063002: Add password-import-export to about_flags.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c38fad4656cda7ba43b59e397139cc62f59e2ee3..8df128fa3212743d13b7529ba748287bd4786215 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1788,6 +1788,10 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_PROTECT_SYNC_CREDENTIAL_ON_REAUTH_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(
password_manager::features::kProtectSyncCredentialOnReauth)},
+ {"password-import-export", IDS_FLAGS_PASSWORD_IMPORT_EXPORT_NAME,
+ IDS_FLAGS_PASSWORD_IMPORT_EXPORT_DESCRIPTION,
+ kOsWin | kOsMac | kOsCrOS | kOsLinux,
+ FEATURE_VALUE_TYPE(password_manager::features::kPasswordImportExport)},
#if defined(OS_CHROMEOS)
{"enable-experimental-accessibility-features",
IDS_FLAGS_EXPERIMENTAL_ACCESSIBILITY_FEATURES_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698