| Index: chrome/browser/printing/printing_message_filter.cc
|
| ===================================================================
|
| --- chrome/browser/printing/printing_message_filter.cc (revision 252600)
|
| +++ chrome/browser/printing/printing_message_filter.cc (working copy)
|
| @@ -90,8 +90,7 @@
|
|
|
| PrintingMessageFilter::PrintingMessageFilter(int render_process_id,
|
| Profile* profile)
|
| - : BrowserMessageFilter(PrintMsgStart),
|
| - profile_io_data_(ProfileIOData::FromResourceContext(
|
| + : profile_io_data_(ProfileIOData::FromResourceContext(
|
| profile->GetResourceContext())),
|
| render_process_id_(render_process_id),
|
| queue_(g_browser_process->print_job_manager()->queue()) {
|
|
|