| 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 7c02d44968bccb1aa0b0cdc2353d18690c6cbdbf..d6acdccdfabece1bf39dc562d483a8e1f8d4244e 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"
|
|
|
| @@ -47,6 +48,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &offline_pages::kOfflinePagesBackgroundLoadingFeature,
|
| &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
|
| &offline_pages::kOfflinePagesSharingFeature,
|
| + &password_manager::features::kViewPasswords,
|
| };
|
|
|
| } // namespace
|
|
|