Index: content/public/browser/web_contents_delegate.cc |
diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc |
index 3d18cee71d2acfa1fbb5087ef6295117161e8213..0653655517a5d520f92668acfbf74c0b1b564aa2 100644 |
--- a/content/public/browser/web_contents_delegate.cc |
+++ b/content/public/browser/web_contents_delegate.cc |
@@ -132,8 +132,9 @@ bool WebContentsDelegate::OnGoToEntryOffset(int offset) { |
bool WebContentsDelegate::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, |