Index: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
index 8ab62d4b00cfb7425713199320721d4ac40782c2..bc0e9088451282f3e2ec60d18b9de029d20b07d8 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp |
@@ -422,4 +422,8 @@ void WebRuntimeFeatures::EnableWebAuth(bool enable) { |
RuntimeEnabledFeatures::SetWebAuthEnabled(enable); |
} |
+void WebRuntimeFeatures::EnableClientPlaceholdersForServerLoFi(bool enable) { |
+ RuntimeEnabledFeatures::SetClientPlaceholdersForServerLoFiEnabled(enable); |
+} |
+ |
} // namespace blink |