Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / utility / utility_thread_impl.h
index b4b5037..229cd0a 100644 (file)
@@ -48,9 +48,9 @@ class UtilityThreadImpl : public UtilityThread,
   void OnBatchModeStarted();
   void OnBatchModeFinished();
 
-#if defined(OS_POSIX)
+#if defined(OS_POSIX) && defined(ENABLE_PLUGINS)
   void OnLoadPlugins(const std::vector<base::FilePath>& plugin_paths);
-#endif  // OS_POSIX
+#endif
 
   // True when we're running in batch mode.
   bool batch_mode_;