diff options
Diffstat (limited to 'chrome/plugin/webplugin_proxy.h')
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index c7bbe91..0388514 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -38,9 +38,7 @@ class WebPluginProxy : public WebPlugin { // WebPlugin overrides #if defined(OS_LINUX) - gfx::PluginWindowHandle CreatePluginContainer() { - return 0; // Temporary empty stub while we restructure test_shell. - } + gfx::PluginWindowHandle CreatePluginContainer(); #endif void SetWindow(gfx::PluginWindowHandle window); void WillDestroyWindow(gfx::PluginWindowHandle window); |