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

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

Issue 2316743002: Reland of Default enable main frame before activation and remove finch experiment. (patchset #1 id:… (Closed)
Patch Set: 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
« no previous file with comments | « content/public/common/content_features.h ('k') | testing/variations/fieldtrial_testing_config_android.json » ('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 0e98083de518045774f2919ede305be82eb6208d..e3d3b300cce79184f94c675779db883875a5c0a9 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -49,12 +49,6 @@ const base::Feature kFeaturePolicy{"FeaturePolicy",
const base::Feature kFontCacheScaling{"FontCacheScaling",
base::FEATURE_DISABLED_BY_DEFAULT};
-// Can main thread be pipelined with activation. Always disabled for devices
-// with fewer than 4 cores irrespective of this flag. Can also be overridden by
-// --enable(disable)-main-frame-before-activation command line flag.
-const base::Feature kMainFrameBeforeActivation{
- "MainFrameBeforeActivation", base::FEATURE_DISABLED_BY_DEFAULT};
-
// FeatureList definition for trials to enable the download button on
// MediaDocument.
const base::Feature kMediaDocumentDownloadButton{
« no previous file with comments | « content/public/common/content_features.h ('k') | testing/variations/fieldtrial_testing_config_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698