Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: content/public/common/content_features.cc

Issue 2289183005: [WeakMemoryCache] Cleanup Field-Trial code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698