Skip to content

Commit

Permalink
remove Provide More Details link from crashes window
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgrim-brave committed May 31, 2019
1 parent 308acaa commit 4b1707b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/components-crash-core-browser-resources-crashes.js.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/components/crash/core/browser/resources/crashes.js b/components/crash/core/browser/resources/crashes.js
index dbd2ae8df59756c61d28091cff70098c897db8f4..3a9c6ccd50f5a4baf9d8fb7aaf1b21558f3de07e 100644
--- a/components/crash/core/browser/resources/crashes.js
+++ b/components/crash/core/browser/resources/crashes.js
@@ -113,7 +113,7 @@ function updateCrashList(
link.target = '_blank';
link.textContent = loadTimeData.getString('bugLinkText');
linkBlock.appendChild(link);
- crashBlock.appendChild(linkBlock);
+ //crashBlock.appendChild(linkBlock); // feature disabled in Brave
} else {
if (crash.state == 'pending_user_requested')
var textContentKey = 'crashUserRequested';

0 comments on commit 4b1707b

Please sign in to comment.