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, |