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

Unified Diff: components/dom_distiller/core/url_constants.cc

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/core/url_constants.cc
diff --git a/components/dom_distiller/core/url_constants.cc b/components/dom_distiller/core/url_constants.cc
index d23c87f0441a62c13ad859cdb00b9bbe2e4f08e9..df9adc8ed003c5cfbe763689ef51ad04ea977fb3 100644
--- a/components/dom_distiller/core/url_constants.cc
+++ b/components/dom_distiller/core/url_constants.cc
@@ -12,6 +12,8 @@ const char kFeedbackBad[] = "feedbackbad";
const char kFeedbackGood[] = "feedbackgood";
const char kUrlKey[] = "url";
const char kViewerCssPath[] = "dom_distiller_viewer.css";
+const char kPrintPreviewViewerCssPath[] =
+ "dom_distiller_print_preview_viewer.css";
const char kViewerJsPath[] = "dom_distiller_viewer.js";
const char kViewerViewOriginalPath[] = "vieworiginal";

Powered by Google App Engine
This is Rietveld 408576698