| 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 eb3c35aa72a516655493f421c30faee9f4e12f1b..5b2c3019c024aecfeba5efc84e6fd4b3082f3c17 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"
|
|
|
| @@ -44,6 +45,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kSystemDownloadManager,
|
| &offline_pages::kOfflinePagesBackgroundLoadingFeature,
|
| &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
|
| + &password_manager::features::kViewPasswords,
|
| };
|
|
|
| } // namespace
|
|
|