| Index: chrome/plugin/webplugin_proxy.h
|
| diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h
|
| index c7bbe9147a0b97ea17fa9b595ceca5fc83935bcf..0388514ad2ffedb33a66e8a287584a5a2df861b1 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);
|
|
|