| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 05b08cd3ba43d7b58f00b32e86e0bd06e93fde73..608e7ccbf44e19a1acea3d33f97139c61d0e96dd 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -180,9 +180,6 @@ const base::Feature kNativeNotifications{"NativeNotifications",
|
| const base::Feature kOfflinePageDownloadSuggestionsFeature{
|
| "NTPOfflinePageDownloadSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kParallelDownloading{
|
| - "ParallelDownloading", base::FEATURE_DISABLED_BY_DEFAULT};
|
| -
|
| // Enables Permissions Blacklisting via Safe Browsing.
|
| const base::Feature kPermissionsBlacklist{
|
| "PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|