| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index f81ffde2e87e0fbacfcc1f744272ab50ed93423c..797a9ba9a88c9cbcd22b20e03061a28c5db29440 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -586,11 +586,6 @@ const char kBlockNonsandboxedPlugins[] = "profile.block_nonsandboxed_plugins";
|
| // storage, etc..) should be deleted on exit.
|
| const char kClearSiteDataOnExit[] = "profile.clear_site_data_on_exit";
|
|
|
| -// Boolean that is true when plug-in locally stored data ("Flash cookies")
|
| -// should be deleted on exit.
|
| -const char kClearPluginLSODataOnExit[] =
|
| - "profile.clear_plugin_lso_data_on_exit";
|
| -
|
| // Double that indicates the default zoom level.
|
| const char kDefaultZoomLevel[] = "profile.default_zoom_level";
|
|
|
|
|