Chromium Code Reviews| Index: content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
| diff --git a/content/shell/browser/shell_resource_dispatcher_host_delegate.cc b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
| index b50e80c032ec4385838a56ba81624b208b546561..8c901a67831a10a0b40c1e9044665a89d3ddf9e7 100644 |
| --- a/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
| +++ b/content/shell/browser/shell_resource_dispatcher_host_delegate.cc |
| @@ -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 |