// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/android/dom_distiller/distiller_ui_handle_android.h"

#include "base/notimplemented.h"

namespace dom_distiller {

namespace android {

void DistillerUIHandleAndroid::OpenSettings() {
  // TODO(crbug.com/40052083) Clean up this UI handle system since it is no
  // longer used.
  NOTIMPLEMENTED();
}

}  // namespace android

}  // namespace dom_distiller
