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

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

Issue 2156613002: Modify PasswordEntryEditor UI to display account credentials in a user-friendly manner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add accessibility labels 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 5183b9b28a5ecad464f40272b88489e8d3758781..06b6c56a19af855895171f962fae34e2742f3d30 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -13,6 +13,7 @@
#include "base/macros.h"
#include "chrome/common/chrome_features.h"
#include "components/offline_pages/offline_page_feature.h"
+#include "components/password_manager/core/common/password_manager_features.h"
#include "content/public/common/content_features.h"
#include "jni/ChromeFeatureList_jni.h"
@@ -30,6 +31,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&features::kAutoplayMutedVideos,
&features::kCredentialManagementAPI,
&features::kSimplifiedFullscreenUI,
+ &password_manager::features::kViewPasswords,
Bernhard Bauer 2016/07/19 11:46:50 Please keep these ordered alphabetically.
dozsa 2016/07/20 12:07:09 Done.
&kAndroidPayIntegrationV1,
&kImportantSitesInCBD,
&kNTPFakeOmniboxTextFeature,

Powered by Google App Engine
This is Rietveld 408576698