| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 8329164768cb3fc3c3102b48d9d597932ca54938..4eb81d9cf06f3dc1fe5cc88dcc702a0e731a10d3 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -146,7 +146,8 @@ class ExtensionHost : public RenderViewHostDelegate,
|
| // RenderViewHostDelegate::View
|
| virtual void CreateNewWindow(
|
| int route_id,
|
| - WindowContainerType window_container_type);
|
| + WindowContainerType window_container_type,
|
| + const string16& frame_name);
|
| virtual void CreateNewWidget(int route_id, WebKit::WebPopupType popup_type);
|
| virtual void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
|
|