| Index: webkit/support/test_webplugin_page_delegate.h
|
| diff --git a/webkit/support/test_webplugin_page_delegate.h b/webkit/support/test_webplugin_page_delegate.h
|
| index 27d8ba365864b1bdfcde88a5b3e4fa38a83f400f..a67f1ffd3464956d3104b3867bbc9e8c554272a5 100644
|
| --- a/webkit/support/test_webplugin_page_delegate.h
|
| +++ b/webkit/support/test_webplugin_page_delegate.h
|
| @@ -20,6 +20,8 @@ class TestWebPluginPageDelegate : public webkit::npapi::WebPluginPageDelegate {
|
| virtual webkit::npapi::WebPluginDelegate* CreatePluginDelegate(
|
| const FilePath& file_path,
|
| const std::string& mime_type) OVERRIDE;
|
| + virtual WebKit::WebPlugin* CreatePluginReplacement(
|
| + const FilePath& file_path) OVERRIDE;
|
| virtual void CreatedPluginWindow(gfx::PluginWindowHandle handle) OVERRIDE {}
|
| virtual void WillDestroyPluginWindow(
|
| gfx::PluginWindowHandle handle) OVERRIDE {}
|
|
|