| Index: chrome_frame/chrome_active_document.h
|
| ===================================================================
|
| --- chrome_frame/chrome_active_document.h (revision 29317)
|
| +++ chrome_frame/chrome_active_document.h (working copy)
|
| @@ -215,7 +215,7 @@
|
| protected:
|
| // ChromeFrameActivexBase overrides
|
| virtual void OnOpenURL(int tab_handle, const GURL& url_to_open,
|
| - int open_disposition);
|
| + const GURL& referrer, int open_disposition);
|
|
|
| virtual void OnLoad(int tab_handle, const GURL& url);
|
| virtual void OnGoToHistoryEntryOffset(int tab_handle, int offset);
|
|
|