Index: chrome/browser/dom_distiller/lazy_dom_distiller_service.h |
diff --git a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h |
index d3ed5f4499f6c5e7f6b55ab8a26f785cab18295f..d63e9f4f5dea7318a6866d44c9ce00fca80c1f1f 100644 |
--- a/chrome/browser/dom_distiller/lazy_dom_distiller_service.h |
+++ b/chrome/browser/dom_distiller/lazy_dom_distiller_service.h |
@@ -54,6 +54,7 @@ class LazyDomDistillerService : public DomDistillerServiceInterface, |
scoped_ptr<SourcePageHandle> handle) OVERRIDE; |
virtual void AddObserver(DomDistillerObserver* observer) OVERRIDE; |
virtual void RemoveObserver(DomDistillerObserver* observer) OVERRIDE; |
+ virtual DistilledPagePrefs* GetDistilledPagePrefs() OVERRIDE; |
private: |
// Accessor method for the backing service instance. |