| Index: chrome/browser/plugins/plugin_info_message_filter.cc
|
| diff --git a/chrome/browser/plugins/plugin_info_message_filter.cc b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| index a83f2037774e90ba4a38fad9c77897b0de8834fd..5e635d67c2be01dea2f017fd0c9a6aabcd5ca6c7 100644
|
| --- a/chrome/browser/plugins/plugin_info_message_filter.cc
|
| +++ b/chrome/browser/plugins/plugin_info_message_filter.cc
|
| @@ -105,8 +105,6 @@ bool PluginInfoMessageFilter::OnMessageReceived(const IPC::Message& message,
|
|
|
| void PluginInfoMessageFilter::OnDestruct() const {
|
| const_cast<PluginInfoMessageFilter*>(this)->
|
| - weak_ptr_factory_.DetachFromThread();
|
| - const_cast<PluginInfoMessageFilter*>(this)->
|
| weak_ptr_factory_.InvalidateWeakPtrs();
|
|
|
| // Destroy on the UI thread because we contain a |PrefMember|.
|
|
|