13 lines
623 B
Diff
13 lines
623 B
Diff
diff --git a/components/omnibox/browser/omnibox_text_util.cc b/components/omnibox/browser/omnibox_text_util.cc
|
|
index 637f51e2efb9273279b9783a5f6ccdb15798f2b1..5108fd57a16ccab8e3c80a61845c08ff68fc853c 100644
|
|
--- a/components/omnibox/browser/omnibox_text_util.cc
|
|
+++ b/components/omnibox/browser/omnibox_text_util.cc
|
|
@@ -160,6 +160,7 @@ void AdjustTextForCopy(
|
|
if (!has_user_modified_text) {
|
|
*url_from_text = navigation_entry_url;
|
|
*write_url = true;
|
|
+ BRAVE_ADJUST_TEXT_FOR_COPY
|
|
|
|
// Don't let users copy Reader Mode page URLs.
|
|
// We display the original article's URL in the omnibox, so users will
|