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

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: Implmented CSS Classes, rebased CSS, added Javascript for instantaneous changes 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..617b409b4ffc71ad604ed55f81746d47b85390f4 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;
nyquist 2014/06/26 20:39:59 I don't think this is needed anymore.
smaslo 2014/06/27 18:33:18 I added the header file because I need the enum de
class ViewerHandle;
class ViewRequestDelegate;

Powered by Google App Engine
This is Rietveld 408576698