| 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 5e2b09e4a7fa55cc037cd1b9bfb4f191d6c9a270..7e311efed5ee1bc96640760ae6ed4d6dd39d2da4 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -13,7 +13,6 @@
|
| #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"
|
|
|
| @@ -46,7 +45,6 @@
|
| &kTabReparenting,
|
| &offline_pages::kOfflinePagesBackgroundLoadingFeature,
|
| &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
|
| - &password_manager::features::kViewPasswords,
|
| };
|
|
|
| } // namespace
|
|
|