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

Unified Diff: chrome/browser/about_flags.cc

Issue 682133003: [Password Manager] Add link to remotely manage passowrds on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 6 years, 2 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') | chrome/browser/android/password_ui_view_android.cc » ('j') | 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 2bd5b79beba74d8ed73db735ee35721041b47659..b9b46190c7be66b1a1f0e4526167e38034609078 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1086,13 +1086,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisablePasswordManagerReauthentication)
},
{
- "enable-android-password-link",
- IDS_FLAGS_PASSWORD_MANAGER_ANDROID_LINK_NAME,
- IDS_FLAGS_PASSWORD_MANAGER_ANDROID_LINK_DESCRIPTION,
- kOsAndroid,
+ "enable-password-link",
+ IDS_FLAGS_PASSWORD_MANAGER_LINK_NAME,
+ IDS_FLAGS_PASSWORD_MANAGER_LINK_DESCRIPTION,
+ kOsAndroid | kOsDesktop,
ENABLE_DISABLE_VALUE_TYPE(
- password_manager::switches::kEnableAndroidPasswordLink,
- password_manager::switches::kDisableAndroidPasswordLink)
+ password_manager::switches::kEnablePasswordLink,
+ password_manager::switches::kDisablePasswordLink)
},
{
"enable-deferred-image-decoding",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698