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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2067323004: Allow copying and viewing account credentials in PasswordEntryEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move reauthentication functionality to PasswordEntryEditor, implement copying for link and username Created 4 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/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index d6acdccdfabece1bf39dc562d483a8e1f8d4244e..25a410de7b9344ed5e1b1d5a3904387e55df8a69 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -33,6 +33,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&features::kSimplifiedFullscreenUI,
&features::kWebPayments,
&kAndroidPayIntegrationV1,
+ &password_manager::features::kViewPasswords,
vabr (Chromium) 2016/07/26 20:03:18 Please remove this duplicated line.
dozsa 2016/07/27 19:04:45 Done.
&kImportantSitesInCBD,
&kNTPFakeOmniboxTextFeature,
&kNTPMaterialDesign,

Powered by Google App Engine
This is Rietveld 408576698