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

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

Issue 483183002: Add font family selector ui for distilled page viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698