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

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

Issue 740983002: Implement window.print() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: chrome/browser/printing/print_view_manager_base.cc
diff --git a/chrome/browser/printing/print_view_manager_base.cc b/chrome/browser/printing/print_view_manager_base.cc
index 6b9838071efa4b0c5a67003986847b3e05b89bad..238ee9e345513f1f83bada1b47ce598d31559069 100644
--- a/chrome/browser/printing/print_view_manager_base.cc
+++ b/chrome/browser/printing/print_view_manager_base.cc
@@ -69,6 +69,7 @@ PrintViewManagerBase::~PrintViewManagerBase() {
#if defined(ENABLE_BASIC_PRINTING)
bool PrintViewManagerBase::PrintNow() {
+ LOG(INFO) << "DGN PrintNow - rounting_id: " << routing_id();
return PrintNowInternal(new PrintMsg_PrintPages(routing_id()));
}
#endif // ENABLE_BASIC_PRINTING

Powered by Google App Engine
This is Rietveld 408576698