| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ed49897631f54acd5d4bb615c3e8e72aeadd2390..274d17cbca72735a68bcbe9be886d19b9ff636bf 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -237,6 +237,8 @@ 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.
|
|
|