Index: chrome/browser/ui/browser.cc |
=================================================================== |
--- chrome/browser/ui/browser.cc (revision 198276) |
+++ chrome/browser/ui/browser.cc (working copy) |
@@ -1458,7 +1458,8 @@ |
int route_id, |
WindowContainerType window_container_type, |
const string16& frame_name, |
- const GURL& target_url) { |
+ const GURL& target_url, |
+ const WebKit::WebWindowFeatures& web_window_features) { |
if (window_container_type == WINDOW_CONTAINER_TYPE_BACKGROUND) { |
// If a BackgroundContents is created, suppress the normal WebContents. |
return !MaybeCreateBackgroundContents( |