Disable Chromes Ctrl+P handling of printing
To temporarily disable Chrome's new Print Preview feature and use the OS's instead, as Moab already noted, add the flag/command-line-switch --disable-print-preview
to your shortcut to Chrome. For example:
"C:\Users[user name]\AppData\Local\Google\Chrome\Application\chrome.exe" --disable-print-preview
or
C:\Users[user name]\AppData\Local\Google\Chrome\Application\chrome.exe --disable-print-preview
An image, for reference:
(Source: Moab's edit and indirectly this thread.)
To have multiple flags (disable multiple features, for instance), add them one after the other, for example:
C:\Users[user name]\...\chrome.exe --disable-print-preview --disable-javascript
disables print previewing and javascript. Useful Chrome flags can be found here.