Index: third_party/WebKit/Source/core/frame/Settings.in |
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in |
index 198c3a53fa8b4fccf412ada6d71133d165fa1853..4cc5b14a3f46ac2d45ae12655c624e53eca32743 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.in |
+++ b/third_party/WebKit/Source/core/frame/Settings.in |
@@ -432,4 +432,7 @@ hideScrollbars initial=false |
# Spellchecking is enabled by default for elements that do not specify it explicitly |
# using the "spellcheck" attribute. |
-spellCheckEnabledByDefault initial=true |
+spellCheckEnabledByDefault initial=true |
+ |
+# Whether or not to issue range requests for images and show placeholders. |
+fetchImagePlaceholders initial=false |