| Index: content/browser/plugin_service.cc
|
| diff --git a/content/browser/plugin_service.cc b/content/browser/plugin_service.cc
|
| index b0cbb7f8541d197993ecd71711b38af3b7b4d640..42ba86872fa12dbf47943697c687c03f731c7d94 100644
|
| --- a/content/browser/plugin_service.cc
|
| +++ b/content/browser/plugin_service.cc
|
| @@ -644,6 +644,8 @@ void PluginService::UnregisterInternalPlugin(const FilePath& path) {
|
| }
|
|
|
| webkit::npapi::PluginList* PluginService::plugin_list() {
|
| + if (plugin_list_)
|
| + return plugin_list_;
|
| return webkit::npapi::PluginList::Singleton();
|
| }
|
|
|
|
|