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

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

Issue 254483003: Start requiring DistillerPage for calls to DomDistillerService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clarified documentation Created 6 years, 8 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/distiller_page_web_contents.h
diff --git a/components/dom_distiller/content/distiller_page_web_contents.h b/components/dom_distiller/content/distiller_page_web_contents.h
index 3d24c9cad483ecbad96a8454d1b3a99fc94231cd..52509f502804a79ae61d2c1bb1dd08d6f621008b 100644
--- a/components/dom_distiller/content/distiller_page_web_contents.h
+++ b/components/dom_distiller/content/distiller_page_web_contents.h
@@ -54,7 +54,7 @@ class DistillerPageWebContents : public DistillerPage,
RenderViewHost* render_view_host) OVERRIDE;
protected:
- virtual void DistillPageImpl(const GURL& gurl,
+ virtual void DistillPageImpl(const GURL& url,
const std::string& script) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698