Added an ability to start shred manually from two places: - tab's context menu (includes support of the menu customization) - tab switch mode Added confirmation dialog before the site data shred operation Resolves: https://github.com/brave/brave-browser/issues/51326 --------- Signed-off-by: Vadym Struts <vstruts@brave.com>
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2019 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/. -->
|
|
|
|
<resources>
|
|
<item name="set_default_browser" type="id"/>
|
|
<item name="brave_rewards_id" type="id"/>
|
|
<item name="brave_wallet_id" type="id"/>
|
|
<item name="brave_playlist_id" type="id"/>
|
|
<item name="add_to_playlist_id" type="id"/>
|
|
<item name="brave_leo_id" type="id"/>
|
|
<item name="brave_news_id" type="id"/>
|
|
<item name="brave_customize_menu_id" type="id"/>
|
|
<item name="exit_id" type="id"/>
|
|
<item name="action_save" type="id"/>
|
|
<item name="help_id" type="id"/>
|
|
<item name="request_brave_vpn_row_menu_id" type="id"/>
|
|
<item name="request_brave_vpn_id" type="id"/>
|
|
<item name="request_brave_vpn_check_id" type="id"/>
|
|
<item name="request_vpn_location_row_menu_id" type="id"/>
|
|
<item name="request_vpn_location_id" type="id"/>
|
|
<item name="request_vpn_location_icon_id" type="id"/>
|
|
<item name="brave_shred_id" type="id"/>
|
|
|
|
<!-- App menu item custom tags -->
|
|
<item type="id" name="menu_item_enter_anim_id" />
|
|
<item type="id" name="menu_item_original_background" />
|
|
<item type="id" name="menu_item_background_drawable_position" />
|
|
<item type="id" name="contextmenu_copy_clean_link" />
|
|
|
|
<!-- Brave Talk notification -->
|
|
<item type="id" name="media_playback_mic_notification" />
|
|
</resources>
|