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

Unified Diff: chrome/browser/printing/printing_ui_web_contents_observer.h

Issue 480303002: Use document from preview for System Dialog printing on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue 08/19/2014 11:17:57.84 Created 6 years, 4 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/browser/printing/printing_ui_web_contents_observer.h
diff --git a/chrome/browser/printing/printing_ui_web_contents_observer.h b/chrome/browser/printing/printing_ui_web_contents_observer.h
index 66d51e7fba2b897ac521a831a6412165d28ae181..52f285ab0b7bc40da334a3b84997a3efb6751f7c 100644
--- a/chrome/browser/printing/printing_ui_web_contents_observer.h
+++ b/chrome/browser/printing/printing_ui_web_contents_observer.h
@@ -14,6 +14,7 @@
class PrintingUIWebContentsObserver : public content::WebContentsObserver {
public:
explicit PrintingUIWebContentsObserver(content::WebContents* web_contents);
+ virtual ~PrintingUIWebContentsObserver();
// Return the parent NativeView of the observed WebContents.
gfx::NativeView GetParentView();

Powered by Google App Engine
This is Rietveld 408576698