| Index: chrome/browser/dom_ui/print_preview_handler.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/print_preview_handler.cc (revision 71344)
|
| +++ chrome/browser/dom_ui/print_preview_handler.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -22,9 +22,8 @@
|
| }
|
|
|
| void PrintPreviewHandler::HandleGetPreview(const ListValue*) {
|
| - // TODO(thestig) Hook this up properly when PDF generation works.
|
| - StringValue dummy_url("chrome://print/dummy.pdf");
|
| - dom_ui_->CallJavascriptFunction(L"createPDFPlugin", dummy_url);
|
| + StringValue print_url("chrome://print/print.pdf");
|
| + dom_ui_->CallJavascriptFunction(L"createPDFPlugin", print_url);
|
| }
|
|
|
| void PrintPreviewHandler::HandleGetPrinters(const ListValue*) {
|
|
|