| Index: Source/WebKit/chromium/public/WebFrameClient.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/public/WebFrameClient.h (revision 91866)
|
| +++ Source/WebKit/chromium/public/WebFrameClient.h (working copy)
|
| @@ -116,6 +116,8 @@
|
| // The client should handle the navigation externally.
|
| virtual void loadURLExternally(
|
| WebFrame*, const WebURLRequest&, WebNavigationPolicy) { }
|
| + virtual void loadURLExternally(
|
| + WebFrame*, const WebURLRequest&, WebNavigationPolicy, const WebString& downloadName) { }
|
|
|
|
|
| // Navigational queries ------------------------------------------------
|
|
|