Disable Google Print Dialog
- Open up Terminal
 - Enter the following command:
defaults write com.google.Chrome DisablePrintPreview -bool true
 
Enable Google Print Dialog
- Open up Terminal
 - Enter the following command:
defaults write com.google.Chrome DisablePrintPreview -bool false
 
