| Index: chrome/plugin/webplugin_proxy.h
|
| diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h
|
| index e1432970f7f6ab1906b540afa0e8ecc85b9fa25a..c7bbe9147a0b97ea17fa9b595ceca5fc83935bcf 100644
|
| --- a/chrome/plugin/webplugin_proxy.h
|
| +++ b/chrome/plugin/webplugin_proxy.h
|
| @@ -37,6 +37,11 @@ class WebPluginProxy : public WebPlugin {
|
| ~WebPluginProxy();
|
|
|
| // WebPlugin overrides
|
| +#if defined(OS_LINUX)
|
| + gfx::PluginWindowHandle CreatePluginContainer() {
|
| + return 0; // Temporary empty stub while we restructure test_shell.
|
| + }
|
| +#endif
|
| void SetWindow(gfx::PluginWindowHandle window);
|
| void WillDestroyWindow(gfx::PluginWindowHandle window);
|
| #if defined(OS_WIN)
|
|
|