| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 431de5a7a64924afcccae1eb96b9c03748b19f37..9ef247a816860d981294d697fb74ca4989fcd187 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1004,10 +1004,6 @@ const char kContentSettingsVersion[] = "profile.content_settings.pref_version";
|
| const char kContentSettingsPatternPairs[] =
|
| "profile.content_settings.pattern_pairs";
|
|
|
| -// Version of the content settings whitelist.
|
| -const char kContentSettingsDefaultWhitelistVersion[] =
|
| - "profile.content_settings.whitelist_version";
|
| -
|
| #if !defined(OS_ANDROID)
|
| // Which plugins have been whitelisted manually by the user.
|
| const char kContentSettingsPluginWhitelist[] =
|
|
|