| Index: chrome/browser/web_contents_view.cc
|
| ===================================================================
|
| --- chrome/browser/web_contents_view.cc (revision 7623)
|
| +++ chrome/browser/web_contents_view.cc (working copy)
|
| @@ -22,11 +22,10 @@
|
| modal_dialog_event);
|
| }
|
|
|
| -void WebContentsView::CreateNewWidget(int route_id,
|
| - bool focus_on_show) {
|
| +void WebContentsView::CreateNewWidget(int route_id, bool activatable) {
|
| // Save the created widget associated with the route so we can show it later.
|
| pending_widget_views_[route_id] = CreateNewWidgetInternal(route_id,
|
| - focus_on_show);
|
| + activatable);
|
| }
|
|
|
| void WebContentsView::ShowCreatedWindow(int route_id,
|
|
|