| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| index 084762da2979ed858aa10ca966ed8f64dd86606d..08ef2db20a9792cac7e5fe48e61772a8eaf6cfe0 100644
|
| --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h
|
| @@ -44,7 +44,8 @@ class RenderViewHostDelegateViewHelper {
|
| SiteInstance* site,
|
| DOMUITypeID domui_type,
|
| RenderViewHostDelegate* opener,
|
| - WindowContainerType window_container_type);
|
| + WindowContainerType window_container_type,
|
| + const string16& frame_name);
|
|
|
| // Creates a new RenderWidgetHost and saves it for later retrieval by
|
| // GetCreatedWidget.
|
|
|