Index: chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java b/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java |
index 33e45c88ec6c7740d7fd14842d10c616f71cb4c3..5e5e53796fad62881c82b6ab928d266c7e57a764 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java |
@@ -20,6 +20,7 @@ import org.chromium.chrome.R; |
import org.chromium.chrome.browser.accessibility.FontSizePrefs; |
import org.chromium.chrome.browser.profiles.Profile; |
import org.chromium.components.dom_distiller.core.DistilledPagePrefs; |
+import org.chromium.components.dom_distiller.core.FontFamily; |
import org.chromium.components.dom_distiller.core.Theme; |
import java.text.NumberFormat; |
@@ -143,6 +144,11 @@ public class DistilledPagePrefsView extends LinearLayout |
// DistilledPagePrefs.Observer |
+ @Override |
+ public void onChangeFontFamily(FontFamily fontFamily) { |
+ // TODO(smaslo): add GUI and front end implementation for FontFamily. |
+ } |
+ |
/** |
* Changes which button is selected if the theme is changed in another tab. |
*/ |