Commit cb544ae4 authored by nyquist's avatar nyquist Committed by Commit bot

Disable paddles for DOM Distiller.

Currently paddles show up when distilling a web page. This CL disables
that part of the feature, to ensure no paddles show up.

BUG=418240

Review URL: https://codereview.chromium.org/611463004

Cr-Commit-Position: refs/heads/master@{#297049}
parent 1dbc64a0
...@@ -45,7 +45,7 @@ public final class DomDistillerFeedbackReporter implements ...@@ -45,7 +45,7 @@ public final class DomDistillerFeedbackReporter implements
* @return whether the DOM Distiller feature is enabled. * @return whether the DOM Distiller feature is enabled.
*/ */
public static boolean isEnabled() { public static boolean isEnabled() {
return nativeIsEnabled(); return false;
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment