-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace bookmark manager empty list string #4356
Conversation
content::WebUIDataSource::Create(chrome::kChromeUIBookmarksHost); | ||
@@ -174,6 +174,7 @@ content::WebUIDataSource* CreateBookmarksUIHTMLSource(Profile* profile) { | ||
|
||
source->UseStringsJs(); | ||
|
||
+ BraveCustomizeBookmarksDataSource(source); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved BraveCustomizeBookmarksDataSource(source)
to the last of CreateBookmarksUIHTMLSource()
to get a chance to replace already added strings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you convert this to a define
since you're changing it anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Only unrelated steps ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and clean 👍. Failed build result seems unrelated (network audit fail and some error starting)
@bridiver ping for owners review :) |
2c943d7
to
7eade77
Compare
7eade77
to
f2cb533
Compare
fix brave/brave-browser#2494
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.