| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 50305ccad2fd58ff0a030355c12f4f8f51b14d6b..14bd9de4a2447463d70094bdccd31a3e7f0a86c8 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -29,10 +29,6 @@ const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",
|
| const base::Feature kDefaultEnableGpuRasterization{
|
| "DefaultEnableGpuRasterization", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Do not call SharedBuffer::unlock() (https://crbug.com/603791).
|
| -const base::Feature kDoNotUnlockSharedBuffer{"DoNotUnlockSharedBuffer",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| -
|
| // Speculatively pre-evaluate Javascript which will likely use document.write to
|
| // load an external script. The feature extracts the written markup and sends it
|
| // to the preload scanner.
|
| @@ -148,10 +144,6 @@ const base::Feature kTokenBinding{"token-binding",
|
| const base::Feature kTouchpadAndWheelScrollLatching{
|
| "TouchpadAndWheelScrollLatching", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// Weak MemoryCache (https://crbug.com/603462).
|
| -const base::Feature kWeakMemoryCache{"WeakMemoryCache",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| -
|
| // If WebGL Image Chromium is allowed, this feature controls whether it is
|
| // enabled.
|
| const base::Feature kWebGLImageChromium{"WebGLImageChromium",
|
|
|