Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_resource_dispatcher_host_delegate.cc
index b50e80c..8c901a6 100644 (file)
@@ -28,7 +28,7 @@ ShellResourceDispatcherHostDelegate::CreateLoginDelegate(
     return NULL;
   }
 
-#if !defined(OS_MACOSX) && !defined(TOOLKIT_GTK)
+#if !defined(OS_MACOSX)
 // TODO: implement ShellLoginDialog for other platforms, drop this #if
   return NULL;
 #else