Upstream version 6.35.131.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / tools / linux / xwalk_extension_process_launcher.cc
index d3eb06e..75ffc9c 100644 (file)
@@ -10,7 +10,7 @@ XWalkExtensionProcessLauncher::XWalkExtensionProcessLauncher()
     : base::Thread("LauncherExtensionService"),
       is_started_(false) {
   base::Thread::Options thread_options;
-  thread_options.message_loop_type = base::MessageLoop::TYPE_UI;
+  thread_options.message_loop_type = base::MessageLoop::TYPE_DEFAULT;
   StartWithOptions(thread_options);
 }