| Index: webkit/api/public/WebFrameClient.h
|
| ===================================================================
|
| --- webkit/api/public/WebFrameClient.h (revision 25087)
|
| +++ webkit/api/public/WebFrameClient.h (working copy)
|
| @@ -51,9 +51,7 @@
|
| // Factory methods -----------------------------------------------------
|
|
|
| // May return null.
|
| - virtual WebPlugin* createPlugin(
|
| - WebFrame*, const WebURL& source, const WebString& mimeType,
|
| - const WebString& classID, WebString* actualMimeType) = 0;
|
| + virtual WebPlugin* createPlugin(WebFrame*, const WebPluginParams&) = 0;
|
|
|
| // May return null.
|
| virtual WebWorker* createWorker(WebFrame*, WebWorkerClient*) = 0;
|
| @@ -189,6 +187,9 @@
|
|
|
| // FIXME need to add:
|
| // find-in-page
|
| +
|
| + protected:
|
| + ~WebFrameClient() { }
|
| };
|
|
|
| } // namespace WebKit
|
|
|