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