| Index: chrome/browser/plugins/plugin_info_message_filter.cc
|
| ===================================================================
|
| --- chrome/browser/plugins/plugin_info_message_filter.cc (revision 252600)
|
| +++ chrome/browser/plugins/plugin_info_message_filter.cc (working copy)
|
| @@ -91,8 +91,7 @@
|
| PluginInfoMessageFilter::PluginInfoMessageFilter(
|
| int render_process_id,
|
| Profile* profile)
|
| - : BrowserMessageFilter(ChromeMsgStart),
|
| - context_(render_process_id, profile),
|
| + : context_(render_process_id, profile),
|
| weak_ptr_factory_(this) {
|
| }
|
|
|
|
|