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

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

Issue 490763003: Delete PrintingUIWebContentsObserver on UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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();
« no previous file with comments | « chrome/browser/printing/print_job_worker.cc ('k') | chrome/browser/printing/printing_ui_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698