| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 350cde734f80e5833207ffa7e22bc6c582505548..ad942ee506125b8ed5c4eb3efb1e44635304258b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -316,8 +316,6 @@ const char kWebKitDomPasteEnabled[] = "webkit.webprefs.dom_paste_enabled";
|
| 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)
|
|
|