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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1199043002: Add a field trial for the HTML preload scanner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 1ef1eba7a1a398bfbb51602cc81c3017356a4bfa..e68a5e9909fe979fcfb7bec3cd317a27fefaaf10 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1186,6 +1186,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
// backgroundHtmlParserPendingTokenLimit
"BackgroundHtmlParserTokenLimits",
+ // Keys: doHtmlPreloadScanning
+ "HtmlPreloadScanning",
+
// Keys: lowPriorityIframes
"LowPriorityIFrames",
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698