| Index: components/dom_distiller/core/font_family_list.h
|
| diff --git a/components/dom_distiller/core/font_family_list.h b/components/dom_distiller/core/font_family_list.h
|
| index 98007419a2349403df878373b95420dbf85e621d..806133f649a258c910c36845c1eb6be0cb992f7b 100644
|
| --- a/components/dom_distiller/core/font_family_list.h
|
| +++ b/components/dom_distiller/core/font_family_list.h
|
| @@ -10,7 +10,9 @@
|
| #endif
|
|
|
| // First argument represents the enum name, second argument represents enum
|
| -// value. FONT_FAMILY_COUNT used only by native enum.
|
| +// value.
|
| +// These must be kept in sync with the resource strings in
|
| +// chrome/android/java/res/values/arrays.xml
|
| DEFINE_FONT_FAMILY(SANS_SERIF, 0)
|
| DEFINE_FONT_FAMILY(SERIF, 1)
|
| DEFINE_FONT_FAMILY(MONOSPACE, 2)
|
|
|