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

Unified Diff: android_webview/renderer/aw_print_web_view_helper_delegate.cc

Issue 1128453003: Remove the OOP PDF flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « android_webview/renderer/aw_print_web_view_helper_delegate.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/renderer/aw_print_web_view_helper_delegate.cc
diff --git a/android_webview/renderer/aw_print_web_view_helper_delegate.cc b/android_webview/renderer/aw_print_web_view_helper_delegate.cc
index 242cfdb3b4fe91480c84c408061dfea79ca6dc4e..517766a8a7c15df7f32f8072ff079cf4c0665ed7 100644
--- a/android_webview/renderer/aw_print_web_view_helper_delegate.cc
+++ b/android_webview/renderer/aw_print_web_view_helper_delegate.cc
@@ -21,10 +21,6 @@ blink::WebElement AwPrintWebViewHelperDelegate::GetPdfElement(
return blink::WebElement();
}
-bool AwPrintWebViewHelperDelegate::IsOutOfProcessPdfEnabled() {
- return false;
-}
-
bool AwPrintWebViewHelperDelegate::IsPrintPreviewEnabled() {
return false;
}
« no previous file with comments | « android_webview/renderer/aw_print_web_view_helper_delegate.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698