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

Unified Diff: components/dom_distiller/content/dom_distiller_viewer_source.h

Issue 1125343004: Add a "Simplify Page" option to the print preview dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update AUTHORS file to reflect the correct HP name used in the CLA 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
Index: components/dom_distiller/content/dom_distiller_viewer_source.h
diff --git a/components/dom_distiller/content/dom_distiller_viewer_source.h b/components/dom_distiller/content/dom_distiller_viewer_source.h
index 49202522a2f02fd569a63459af28129727d739a8..240227f6deff3f326bb9a6c8f94e536e4ea96319 100644
--- a/components/dom_distiller/content/dom_distiller_viewer_source.h
+++ b/components/dom_distiller/content/dom_distiller_viewer_source.h
@@ -30,6 +30,7 @@ class DomDistillerViewerSource : public content::URLDataSource {
~DomDistillerViewerSource() override;
class RequestViewerHandle;
+ class PrintPreviewRequestViewerHandle;
// Overridden from content::URLDataSource:
std::string GetSource() const override;

Powered by Google App Engine
This is Rietveld 408576698