Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0ddfec20a5106dec80e8732d729acffd124413fb..d69ec44de2c2698e9faa174170ecccbbe43a2a6c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -225,8 +225,6 @@ const char kWebKitAllowDisplayingInsecureContent[] = |
"webkit.webprefs.allow_displaying_insecure_content"; |
const char kWebKitAllowRunningInsecureContent[] = |
"webkit.webprefs.allow_running_insecure_content"; |
-const char kWebKitXSSAuditorEnabled[] = |
- "webkit.webprefs.xss_auditor_enabled"; |
// Settings below can be overridden for each tab individually. |
const char kDefaultCharset[] = "intl.charset_default"; |
@@ -248,8 +246,6 @@ const char kWebKitJavascriptCanOpenWindowsAutomatically[] = |
"webkit.webprefs.javascript_can_open_windows_automatically"; |
const char kWebKitLoadsImagesAutomatically[] = |
"webkit.webprefs.loads_images_automatically"; |
-const char kWebKitImagesEnabled[] = |
- "webkit.webprefs.images_enabled"; |
const char kWebKitPluginsEnabled[] = "webkit.webprefs.plugins_enabled"; |
// Boolean which specifies whether the bookmark bar is visible on all tabs. |