Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58ff8cb

Browse files
committed
Drop the #if because on WIN ShellLoginDialog have implement.
1 parent b592eb0 commit 58ff8cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/browser/shell_resource_dispatcher_host_delegate.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ ShellResourceDispatcherHostDelegate::CreateLoginDelegate(
4646
return NULL;
4747
}
4848

49-
#if !defined(OS_MACOSX) && !defined(TOOLKIT_GTK)
50-
// TODO: implement ShellLoginDialog for other platforms, drop this #if
51-
return NULL;
52-
#else
5349
return new ShellLoginDialog(auth_info, request);
54-
#endif
5550
}
5651

5752
} // namespace content

0 commit comments

Comments
 (0)