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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2349593002: Wire WebFonts intervention v2 for ECT of 3G (Closed)
Patch Set: rebased 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: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 72f76978e4d4a6cdfd9824cb8cdbdf7e44ff079a..1067af00ffb33a0addc06a4909d8f527a1bf5e8e 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -360,6 +360,11 @@ void WebRuntimeFeatures::enableWebFontsInterventionV2With2G(bool enable)
RuntimeEnabledFeatures::setWebFontsInterventionV2With2GEnabled(enable);
}
+void WebRuntimeFeatures::enableWebFontsInterventionV2With3G(bool enable)
+{
+ RuntimeEnabledFeatures::setWebFontsInterventionV2With3GEnabled(enable);
+}
+
void WebRuntimeFeatures::enableWebFontsInterventionV2WithSlow2G(bool enable)
{
RuntimeEnabledFeatures::setWebFontsInterventionV2WithSlow2GEnabled(enable);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698