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

Unified Diff: chrome/renderer/printing/chrome_print_web_view_helper_delegate.h

Issue 858363002: OOP PDF: Override printing for MimeHandlerViewContainers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mime-handler-api-simpler
Patch Set: Created 5 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
Index: chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
diff --git a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
index 2561a599dd3e9052efbeb1789cb4a31a2287a27c..a0a943e5e94c3573c7cf6c23621b749a29743a1b 100644
--- a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
+++ b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
@@ -17,6 +17,7 @@ class ChromePrintWebViewHelperDelegate
blink::WebElement GetPdfElement(blink::WebLocalFrame* frame) override;
+ bool OverridePrint(blink::WebLocalFrame* frame) override;
}; // class ChromePrintWebViewHelperDelegate
#endif // CHROME_RENDERER_PRINTING_CHROME_PRINT_WEB_VIEW_HELPER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698