blob: 418c8ba76fb96f2c710940d124e40e9d8b50b2eb [file] [log] [blame]
// 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/notreached.h"
namespace dom_distiller {
namespace android {
void DistillerUIHandleAndroid::OpenSettings() {
// TODO(1073015) Clean up this UI handle system since it is no longer used.
NOTIMPLEMENTED();
}
} // namespace android
} // namespace dom_distiller