| Index: webkit/support/test_webplugin_page_delegate.h
|
| ===================================================================
|
| --- webkit/support/test_webplugin_page_delegate.h (revision 48402)
|
| +++ webkit/support/test_webplugin_page_delegate.h (working copy)
|
| @@ -17,9 +17,8 @@
|
| virtual ~TestWebPluginPageDelegate() {}
|
|
|
| virtual webkit_glue::WebPluginDelegate* CreatePluginDelegate(
|
| - const GURL& url,
|
| - const std::string& mime_type,
|
| - std::string* actual_mime_type) { return NULL; }
|
| + const FilePath& file_path,
|
| + const std::string& mime_type) { return NULL; }
|
| virtual void CreatedPluginWindow(gfx::PluginWindowHandle handle) {}
|
| virtual void WillDestroyPluginWindow(gfx::PluginWindowHandle handle) {}
|
| virtual void DidMovePlugin(const webkit_glue::WebPluginGeometry& move) {}
|
|
|