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

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

Issue 2860613002: Enable SharedArrayBuffer feature by default. (Closed)
Patch Set: merge HEAD Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index d122d0e44f58b85f09165b1b0e7a0bb180a85de2..7303694898a4ca01b1847c06cd954c8686c28784 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -214,7 +214,7 @@ const base::Feature kServiceWorkerNavigationPreload{
// http://tc39.github.io/ecmascript_sharedmem/shmem.html
const base::Feature kSharedArrayBuffer{"SharedArrayBuffer",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
// Paint invalidation based on slimming paint. See https://goo.gl/eQczQW
const base::Feature kSlimmingPaintInvalidation{
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698