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

Skip to content

Commit d4f42e1

Browse files
committed
Merge pull request nwjs#278 from zhchbin/master
Drop the #if on Windows
2 parents b592eb0 + 58ff8cb commit d4f42e1

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)