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

Unified Diff: content/public/common/web_preferences.cc

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: removed unused flag/prefs 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: content/public/common/web_preferences.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index b856339d4c342749b23fb021d1773fb603ab9dce..06da68b70dcdb1ebe08c2fa2f4ab1f1f97f49728 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -82,7 +82,6 @@ WebPreferences::WebPreferences()
plugins_enabled(true),
dom_paste_enabled(false), // enables execCommand("paste")
shrinks_standalone_images_to_fit(true),
- uses_universal_detector(false), // Disabled: page cycler regression
text_areas_are_resizable(true),
allow_scripts_to_close_windows(false),
remote_fonts_enabled(true),

Powered by Google App Engine
This is Rietveld 408576698