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

Unified Diff: components/dom_distiller/core/url_utils.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/core/url_utils.h
diff --git a/components/dom_distiller/core/url_utils.h b/components/dom_distiller/core/url_utils.h
index 71a7d5ce87a77debd76d2178f5d1478f39bee0af..297318a2a4d61e185489dd5c39af85ca52768b49 100644
--- a/components/dom_distiller/core/url_utils.h
+++ b/components/dom_distiller/core/url_utils.h
@@ -21,6 +21,10 @@ const GURL GetDistillerViewUrlFromEntryId(const std::string& scheme,
const GURL GetDistillerViewUrlFromUrl(const std::string& scheme,
const GURL& view_url);
+// Returns the URL for viewing distilled content for a URL.
nyquist 2015/05/13 07:56:39 Mention that this is for printing?
arjunpatel 2015/05/27 00:16:45 Done.
+const GURL GetPrintPreviewDistillerViewUrlFromUrl(const std::string& scheme,
+ const GURL& view_url);
+
// Returns the original URL from the distilled URL.
// If the URL is not distilled, it is returned as is.
const GURL GetOriginalUrlFromDistillerUrl(const GURL& distilled_url);

Powered by Google App Engine
This is Rietveld 408576698