| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index cd2fdbdf4a78c750861840b86677663b921f7bf7..fbd211b945da6567a12f91d43ac75dca6589610f 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -855,10 +855,7 @@ void Print(Browser* browser) {
|
| #if defined(ENABLE_FULL_PRINTING)
|
| printing::PrintViewManager* print_view_manager =
|
| printing::PrintViewManager::FromWebContents(contents);
|
| - if (browser->profile()->GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled))
|
| - print_view_manager->PrintNow();
|
| - else
|
| - print_view_manager->PrintPreviewNow(false);
|
| + print_view_manager->PrintPreviewNow(false);
|
| #else
|
| printing::PrintViewManagerBasic* print_view_manager =
|
| printing::PrintViewManagerBasic::FromWebContents(contents);
|
|
|