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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2256633002: Add two more options for the --password-store switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 4 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/browser/password_manager/password_store_factory.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 65dd673f7dd641ce30d5e795a070a74200a34b10..c3c42bd7c3d9ed0cf5d809dcc7950603ec65f04f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1102,7 +1102,7 @@ const char kWebApkServerUrl[] = "webapk-server-url";
#if defined(OS_CHROMEOS)
// Enables native cups integration
const char kEnableNativeCups[] = "enable-native-cups";
-#endif // defined(OS_CHROMEOS)
+#endif // defined(OS_CHROMEOS)
#if defined(USE_ASH)
const char kOpenAsh[] = "open-ash";
@@ -1114,7 +1114,8 @@ const char kOpenAsh[] = "open-ash";
const char kHelp[] = "help";
const char kHelpShort[] = "h";
-// Specifies which password store to use (detect, default, gnome, kwallet).
+// Specifies which password store to use
+// (detect, default, gnome-keyring, gnome-libsecret, kwallet).
const char kPasswordStore[] = "password-store";
// The same as the --class argument in X applications. Overrides the WM_CLASS
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | components/os_crypt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698