| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index b684057cab3282afbf2918f13dc25c02b36c48e9..dfa25c0320487ae214e3dc7cc332c1787a46c94d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -323,8 +323,6 @@ const char kWebKitUsesUniversalDetector[] =
|
| const char kWebKitTextAreasAreResizable[] =
|
| "webkit.webprefs.text_areas_are_resizable";
|
| const char kWebkitTabsToLinks[] = "webkit.webprefs.tabs_to_links";
|
| -const char kWebKitAllowDisplayingInsecureContent[] =
|
| - "webkit.webprefs.allow_displaying_insecure_content";
|
| const char kWebKitAllowRunningInsecureContent[] =
|
| "webkit.webprefs.allow_running_insecure_content";
|
| #if defined(OS_ANDROID)
|
|
|