| Index: chrome/browser/page_navigator.h
|
| ===================================================================
|
| --- chrome/browser/page_navigator.h (revision 3991)
|
| +++ chrome/browser/page_navigator.h (working copy)
|
| @@ -18,7 +18,7 @@
|
| public:
|
| // Opens a URL with the given disposition. The transition specifies how this
|
| // navigation should be recorded in the history system (for example, typed).
|
| - virtual void OpenURL(const GURL& url,
|
| + virtual void OpenURL(const GURL& url, const GURL& referrer,
|
| WindowOpenDisposition disposition,
|
| PageTransition::Type transition) = 0;
|
| };
|
|
|