| Index: chrome/browser/render_view_host_delegate.h
|
| ===================================================================
|
| --- chrome/browser/render_view_host_delegate.h (revision 3991)
|
| +++ chrome/browser/render_view_host_delegate.h (working copy)
|
| @@ -229,6 +229,7 @@
|
|
|
| // The page wants to open a URL with the specified disposition.
|
| virtual void RequestOpenURL(const GURL& url,
|
| + const GURL& referrer,
|
| WindowOpenDisposition disposition) { }
|
|
|
| // A DOM automation operation completed. The result of the operation is
|
|
|