Index: chrome/browser/printing/print_preview_tab_controller.cc |
=================================================================== |
--- chrome/browser/printing/print_preview_tab_controller.cc (revision 110303) |
+++ chrome/browser/printing/print_preview_tab_controller.cc (working copy) |
@@ -41,7 +41,7 @@ |
void EnableInternalPDFPluginForTab(TabContentsWrapper* preview_tab) { |
// Always enable the internal PDF plugin for the print preview page. |
ChromePluginServiceFilter::GetInstance()->OverridePluginForTab( |
- preview_tab->render_view_host()->process()->id(), |
+ preview_tab->render_view_host()->process()->GetID(), |
preview_tab->render_view_host()->routing_id(), |
GURL(), |
ASCIIToUTF16(chrome::ChromeContentClient::kPDFPluginName)); |