| Index: content/plugin/plugin_thread.cc
|
| ===================================================================
|
| --- content/plugin/plugin_thread.cc (revision 244508)
|
| +++ content/plugin/plugin_thread.cc (working copy)
|
| @@ -81,9 +81,7 @@
|
| switches::kPluginPath);
|
|
|
| lazy_tls.Pointer()->Set(this);
|
| -#if defined(USE_AURA)
|
| - // TODO(saintlou):
|
| -#elif defined(TOOLKIT_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| {
|
| // XEmbed plugins assume they are hosted in a Gtk application, so we need
|
| // to initialize Gtk in the plugin process.
|
|
|