| Index: chrome/browser/plugins/plugin_metadata.cc
|
| diff --git a/chrome/browser/plugins/plugin_metadata.cc b/chrome/browser/plugins/plugin_metadata.cc
|
| index 5f2fc50ba2748a73ebd8bf3296d1fb7b73cde83d..db8e601656e9ec0b8ad5add32240bfc3648a3058 100644
|
| --- a/chrome/browser/plugins/plugin_metadata.cc
|
| +++ b/chrome/browser/plugins/plugin_metadata.cc
|
| @@ -93,12 +93,8 @@ bool PluginMetadata::ParseSecurityStatus(
|
| PluginMetadata::SecurityStatus PluginMetadata::GetSecurityStatus(
|
| const content::WebPluginInfo& plugin) const {
|
| if (versions_.empty()) {
|
| -#if defined(OS_LINUX)
|
| - // On Linux, unknown plugins require authorization.
|
| + // Unknown plugins require authorization.
|
| return SECURITY_STATUS_REQUIRES_AUTHORIZATION;
|
| -#else
|
| - return SECURITY_STATUS_UP_TO_DATE;
|
| -#endif
|
| }
|
|
|
| Version version;
|
|
|