| Index: components/dom_distiller/core/viewer.h
|
| diff --git a/components/dom_distiller/core/viewer.h b/components/dom_distiller/core/viewer.h
|
| index 98a7e998f8ebbd2e0028ffca808b50ef4c16078e..7adbb5bb6c1cec9759910f7cdcee17d767bb8ce7 100644
|
| --- a/components/dom_distiller/core/viewer.h
|
| +++ b/components/dom_distiller/core/viewer.h
|
| @@ -17,6 +17,7 @@ namespace dom_distiller {
|
| class DistilledArticleProto;
|
| class DistilledPageProto;
|
| class DomDistillerServiceInterface;
|
| +class ReaderModePrefs;
|
| class ViewerHandle;
|
| class ViewRequestDelegate;
|
|
|
| @@ -54,7 +55,7 @@ const std::string GetToggleLoadingIndicatorJs(const bool is_last_page);
|
| const std::string GetErrorPageHtml();
|
|
|
| // Returns the default CSS to be used for a viewer.
|
| -const std::string GetCss();
|
| +const std::string GetCss(ReaderModePrefs* reader_mode_prefs);
|
|
|
| // Returns the default JS to be used for a viewer.
|
| const std::string GetJavaScript();
|
|
|