[cr120 follow-up] Redirect On-device data link to cookies page.

This commit is contained in:
mkarolin
2023-11-29 17:51:11 -05:00
parent 7acb49d47e
commit a5e5db83da
@@ -0,0 +1,12 @@
/* Copyright (c) 2023 The Brave Authors. All rights reserved.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/. */
#include "chrome/browser/ui/views/site_data/page_specific_site_data_dialog.h"
#include "chrome/common/webui_url_constants.h"
#define kOnDeviceSiteDataSubpage kCookieSettingsSubPage
#include "src/chrome/browser/ui/views/site_data/page_specific_site_data_dialog.cc"
#undef kOnDeviceSiteDataSubpage