Index: content/public/browser/web_contents_delegate.cc |
=================================================================== |
--- content/public/browser/web_contents_delegate.cc (revision 198276) |
+++ content/public/browser/web_contents_delegate.cc (working copy) |
@@ -121,7 +121,8 @@ |
int route_id, |
WindowContainerType window_container_type, |
const string16& frame_name, |
- const GURL& target_url) { |
+ const GURL& target_url, |
+ const WebKit::WindowFeatures& web_window_features) { |
return true; |
} |