Index: chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java b/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java |
index 71ad6ecd30de9ea051446e8c7fb53006e7866a8a..7f8518481aaa12d50a2605866af929b58c9100d9 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java |
@@ -45,7 +45,7 @@ public final class DomDistillerFeedbackReporter implements |
* @return whether the DOM Distiller feature is enabled. |
*/ |
public static boolean isEnabled() { |
- return nativeIsEnabled(); |
+ return false; |
} |
/** |