| Index: components/dom_distiller/core/distilled_page_prefs.h
|
| diff --git a/components/dom_distiller/core/distilled_page_prefs.h b/components/dom_distiller/core/distilled_page_prefs.h
|
| index 60b1b3db9eb22a2859cc9f81e2893a7a5e781a9a..ebcb0eabdedc3500060fd61cfd5042551de0bb91 100644
|
| --- a/components/dom_distiller/core/distilled_page_prefs.h
|
| +++ b/components/dom_distiller/core/distilled_page_prefs.h
|
| @@ -22,9 +22,9 @@ class DistilledPagePrefs {
|
| public:
|
| // Possible themes for distilled page.
|
| enum Theme {
|
| - kLight,
|
| - kDark,
|
| - kSepia
|
| +#define DEFINE_THEME(name, unused, value) name = value,
|
| +#include "components/dom_distiller/core/theme_list.h"
|
| +#undef DEFINE_THEME
|
| };
|
|
|
| class Observer {
|
|
|