| Index: chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc
|
| diff --git a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc
|
| index 576bb15aa42a3a413a4d7fa58cf6b8cf147d15af..c451c805f2aedb4ec5f3a854e2d9a4cad9d53a09 100644
|
| --- a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc
|
| +++ b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.cc
|
| @@ -55,10 +55,6 @@ blink::WebElement ChromePrintWebViewHelperDelegate::GetPdfElement(
|
| return blink::WebElement();
|
| }
|
|
|
| -bool ChromePrintWebViewHelperDelegate::IsOutOfProcessPdfEnabled() {
|
| - return switches::OutOfProcessPdfEnabled();
|
| -}
|
| -
|
| bool ChromePrintWebViewHelperDelegate::IsPrintPreviewEnabled() {
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| return !command_line->HasSwitch(switches::kDisablePrintPreview);
|
|
|