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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2338623004: Add Blink setting to block doc.written scripts on 2g-like networks (Closed)
Patch Set: Nit 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
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 71fb48b244cb8e6fee0f474832a27def252e25e0..b48d110b8259ba734ee509353c0fa8e50897ff48 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1391,6 +1391,8 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
"LowPriorityIFrames",
// Keys: disallowFetchForDocWrittenScriptsInMainFrame
+ // disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections
+ // disallowFetchForDocWrittenScriptsInMainFrameIfEffectively2G
"DisallowFetchForDocWrittenScriptsInMainFrame",
// Keys: parseHTMLOnMainThreadSyncTokenize
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | third_party/WebKit/Source/core/testing/Internals.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698