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

#ifndef CHROME_BROWSER_SAFE_BROWSING_ANDROID_SAFE_BROWSING_SETTINGS_NAVIGATION_ANDROID_H_
#define CHROME_BROWSER_SAFE_BROWSING_ANDROID_SAFE_BROWSING_SETTINGS_NAVIGATION_ANDROID_H_

#include "components/safe_browsing/core/common/safe_browsing_settings_metrics.h"
#include "ui/android/window_android.h"

namespace safe_browsing {

// Opens the Safe Browsing settings page on Android.
void ShowSafeBrowsingSettings(ui::WindowAndroid* window,
                              SettingsAccessPoint access_point);

// Opens the advanced-protection settings.
void ShowAdvancedProtectionSettings(ui::WindowAndroid* window);

}  // namespace safe_browsing

#endif  // CHROME_BROWSER_SAFE_BROWSING_ANDROID_SAFE_BROWSING_SETTINGS_NAVIGATION_ANDROID_H_
