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

Unified Diff: chrome/common/pref_names.h

Issue 2293373002: Remove unused prefs/api/resource for setPageEncoding (Closed)
Patch Set: reverted TextResourceDecoder 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index cbcc08e41ac60b70feedd8fb6bb798e81f425260..cfdb0f4c5df7957224fcd7145c8b47bdbd25db7b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -139,7 +139,6 @@ extern const char kWebKitJavascriptCanOpenWindowsAutomatically[];
extern const char kWebKitLoadsImagesAutomatically[];
extern const char kWebKitPluginsEnabled[];
extern const char kWebKitDomPasteEnabled[];
-extern const char kWebKitUsesUniversalDetector[];
Lei Zhang 2016/09/06 19:03:40 Do we need to do PrefService::ClearPref() like we
Jinsuk Kim 2016/09/06 20:42:13 That may be right. Thanks for catching it. Put the
extern const char kWebKitTextAreasAreResizable[];
extern const char kWebkitTabsToLinks[];
extern const char kWebKitAllowDisplayingInsecureContent[];

Powered by Google App Engine
This is Rietveld 408576698