| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index e2e123de84f3f0fa3353fe512a55c8e3a53687d6..682c4212089fcda25789d7616aa4e8c5c2fcd702 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -216,6 +216,8 @@ 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";
|
|
|