If you’re like me, you probably don’t really like Chrome’s built in print dialog box and would prefer to just use the OS X default print dialog. No problem! Just fire up Terminal and enter the command below, restart Chrome, and you’re good to go!
$ defaults write com.google.Chrome DisablePrintPreview -boolean true
Note: This only works for Mac OS X, not Windows.