Skip to content

Commit

Permalink
Remove 'X' button in clear browsing data dialog for PT/Tor windows
Browse files Browse the repository at this point in the history
This removed the 'x' button at the top of the dialog to eliminate redundant spacings
  • Loading branch information
AlexNguyen1612 committed Aug 15, 2022
1 parent e91246c commit 98cd236
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ BraveIncognitoClearBrowsingDataDialog::BraveIncognitoClearBrowsingDataDialog(
Profile* incognito_profile,
Type type)
: IncognitoClearBrowsingDataDialog(anchor_view, incognito_profile, type) {
LOG(INFO) << "yay! Do what you want with this dialog!";
SetShowCloseButton(false);

}

// static
Expand Down

0 comments on commit 98cd236

Please sign in to comment.