| Index: chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| diff --git a/chrome/browser/android/dom_distiller/feedback_reporter_android.cc b/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| index c7d720c8637d1767b5c3bffcd15bab055699da69..67dccb8b2cbea9334931906d93f8500292432ec5 100644
|
| --- a/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| +++ b/chrome/browser/android/dom_distiller/feedback_reporter_android.cc
|
| @@ -22,8 +22,8 @@ namespace android {
|
|
|
| // static
|
| jboolean IsEnabled(JNIEnv* env, jclass clazz) {
|
| - return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableDomDistiller);
|
| + // TODO(mdjones): Remove android-view version of feedback overlay.
|
| + return false;
|
| }
|
|
|
| // static
|
|
|