| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 20609)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -233,6 +233,9 @@
|
| bool user_gesture,
|
| const GURL& creator_url);
|
| virtual WebWidget* CreatePopupWidget(WebView* webview, bool activatable);
|
| + virtual WebWidget* CreatePopupWidgetWithInfo(
|
| + WebView* webview,
|
| + const WebKit::WebPopupMenuInfo& info);
|
| virtual WebPluginDelegate* CreatePluginDelegate(
|
| WebView* webview,
|
| const GURL& url,
|
|
|