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

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

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 11 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.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 0ed194494d772bc266116e5e6489112763c2618d..b4673583aaa1cb85da0f91b6107c9c88191a94eb 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -146,10 +146,6 @@ const base::Feature kOptimizeLoadingIPCForSmallResources{
const base::Feature kOriginTrials{"OriginTrials",
base::FEATURE_ENABLED_BY_DEFAULT};
-// Whether the lookahead parser in Blink runs on the main thread.
-const base::Feature kParseHTMLOnMainThread{"ParseHTMLOnMainThread",
- base::FEATURE_DISABLED_BY_DEFAULT};
-
// Whether document level event listeners should default 'passive' to true.
const base::Feature kPassiveDocumentEventListeners{
"PassiveDocumentEventListeners", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698