Index: content/shell/browser/shell_login_dialog.cc |
diff --git a/content/shell/browser/shell_login_dialog.cc b/content/shell/browser/shell_login_dialog.cc |
index b531b659a963b418ee390c53e93e7af7ecb66cc4..fe7da40b879e9e4a7ab61bf3f934bec394e1fbfc 100644 |
--- a/content/shell/browser/shell_login_dialog.cc |
+++ b/content/shell/browser/shell_login_dialog.cc |
@@ -59,7 +59,7 @@ ShellLoginDialog::~ShellLoginDialog() { |
// referenced/dereferenced. |
} |
-#if !defined(OS_MACOSX) && !defined(TOOLKIT_GTK) |
+#if !defined(OS_MACOSX) |
// Bogus implementations for linking. They are never called because |
// ResourceDispatcherHostDelegate::CreateLoginDelegate returns NULL. |
// TODO: implement ShellLoginDialog for other platforms, drop this #if |