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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2710113002: DO NOT SUBMIT really old prototype of sprite recognition for image replacement
Patch Set: Created 3 years, 10 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/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 2d94517149519a26e8a94773257f5a08d3427fb6..89b79d2b0fdaa4c24e0cb664e31bb592bba9a8ed 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -433,4 +433,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 to generate opaque placeholders.
+fetchImagePlaceholders initial=false
« no previous file with comments | « third_party/WebKit/Source/core/fetch/Resource.cpp ('k') | third_party/WebKit/Source/core/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698