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