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 101f23511c3a83bea1e1bdb8931971ec887de49b..e550f140e1f873e5ccd98b8fc52805c51600359f 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.in |
+++ b/third_party/WebKit/Source/core/frame/Settings.in |
@@ -433,3 +433,6 @@ spellCheckEnabledByDefault initial=true |
# Whether download UI should be hidden for the current page content. |
hideDownloadUI initial=false |
+ |
+# Whether or not to issue range requests for images and show placeholders. |
+fetchImagePlaceholders initial=false |