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

Unified Diff: components/dom_distiller/core/viewer.h

Issue 341563002: Theme Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor change to constant name Created 6 years, 6 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/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();

Powered by Google App Engine
This is Rietveld 408576698