| Index: chrome/browser/ui/webui/print_preview/print_preview_distiller.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_distiller.cc b/chrome/browser/ui/webui/print_preview/print_preview_distiller.cc
|
| index b71b6736dde1ef75ae84b18c8c795b3ebd490758..6dec9fe037f2fbdc100b6c2f99a203ad6ad24e0c 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_distiller.cc
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_distiller.cc
|
| @@ -76,8 +76,9 @@ class PrintPreviewDistiller::WebContentsDelegateImpl
|
|
|
| bool ShouldCreateWebContents(
|
| WebContents* web_contents,
|
| - int route_id,
|
| - int main_frame_route_id,
|
| + int32 route_id,
|
| + int32 main_frame_route_id,
|
| + int32 main_frame_widget_route_id,
|
| WindowContainerType window_container_type,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
|
|