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

Unified Diff: android_webview/renderer/print_web_view_helper_android.cc

Issue 54963005: Upstream printing changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years 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: android_webview/renderer/print_web_view_helper_android.cc
diff --git a/chrome/renderer/printing/print_web_view_helper_android.cc b/android_webview/renderer/print_web_view_helper_android.cc
similarity index 69%
copy from chrome/renderer/printing/print_web_view_helper_android.cc
copy to android_webview/renderer/print_web_view_helper_android.cc
index 95da0ce82ec6df1a7501216a84072314870da031..d5eeaa7827a959e65d9eb35ea841b780aac8c7ab 100644
--- a/chrome/renderer/printing/print_web_view_helper_android.cc
+++ b/android_webview/renderer/print_web_view_helper_android.cc
@@ -4,4 +4,7 @@
// All the necessary logic already lives in print_web_view_helper_linux.cc.
// We need a separate file for Android due to build/filename_rules.gypi rules.
-#include "chrome/renderer/printing/print_web_view_helper_linux.cc"
+
+// TODO(sgurun) copied from chrome/renderer. Remove after crbug.com/322276
+
+#include "android_webview/renderer/print_web_view_helper_linux.cc"
« no previous file with comments | « android_webview/renderer/print_web_view_helper.cc ('k') | android_webview/renderer/print_web_view_helper_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698