Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1823)

Unified Diff: chrome/browser/printing/print_view_manager.cc

Issue 9139024: Adding functionality to print PDF embedded in the html page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/chrome_ppb_pdf_impl.cc » ('j') | chrome/renderer/chrome_ppb_pdf_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/print_view_manager.cc
===================================================================
--- chrome/browser/printing/print_view_manager.cc (revision 117241)
+++ chrome/browser/printing/print_view_manager.cc (working copy)
@@ -124,7 +124,6 @@
void PrintViewManager::PrintPreviewDone() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- DCHECK_NE(NOT_PREVIEWING, print_preview_state_);
Lei Zhang 2012/01/12 22:10:20 Can you comment this out and add the following? //
if (print_preview_state_ == SCRIPTED_PREVIEW) {
ScriptedPrintPreviewClosureMap& map =
« no previous file with comments | « no previous file | chrome/renderer/chrome_ppb_pdf_impl.cc » ('j') | chrome/renderer/chrome_ppb_pdf_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698