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

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 error fix Created 4 years, 4 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 11965afe75dd2bbde88722202e8aa55314cf6a09..07ffa77369b62a2e496dae8a7ac63c56f1f9489f 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.
@@ -145,10 +141,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",

Powered by Google App Engine
This is Rietveld 408576698