| Index: content/plugin/webplugin_delegate_stub.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_delegate_stub.cc (revision 99812)
|
| +++ content/plugin/webplugin_delegate_stub.cc (working copy)
|
| @@ -162,9 +162,7 @@
|
| command_line.GetSwitchValuePath(switches::kPluginPath);
|
|
|
| gfx::PluginWindowHandle parent = gfx::kNullPluginWindow;
|
| -#if defined(USE_AURA)
|
| - // Nothing.
|
| -#elif defined(OS_WIN)
|
| +#if defined(OS_WIN)
|
| parent = gfx::NativeViewFromId(params.containing_window);
|
| #elif defined(OS_LINUX)
|
| // This code is disabled, See issue 17110.
|
|
|