| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 9b27515e99093db80a95e16658088a444640f99d..6bd9b909723a03e8c3692333493fbce8d40b0b4d 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -74,7 +74,9 @@ PluginThread::PluginThread()
|
| switches::kPluginPath);
|
|
|
| lazy_tls.Pointer()->Set(this);
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(USE_AURA)
|
| + // TODO(saintlou):
|
| +#elif defined(TOOLKIT_USES_GTK)
|
| {
|
| // XEmbed plugins assume they are hosted in a Gtk application, so we need
|
| // to initialize Gtk in the plugin process.
|
|
|