-
Notifications
You must be signed in to change notification settings - Fork 893
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
Use override method for ChromeBrowserMainExtraPartsView #230
Conversation
9b4d104
to
6153ae3
Compare
With this, we don't need to subclass ChromeBrowserMainExtraPartsView and touch ChromeContentBrowserClient.
6153ae3
to
5128710
Compare
Found that this PR work with After this https://chromium-review.googlesource.com/c/chromium/src/+/981937, |
Set views delegate to our BraveViewsDelegateLinux by explicitly initialize. This test is only added in official(release) build because setting views delegate twice isn't allowed in debug mode.
Test is enabled only in release mode. |
Kindly ping.. |
Thanks for cleaning up and removing an old patch |
With this, we don't need to subclass ChromeBrowserMainExtraPartsView and
touch ChromeContentBrowserClient.
Issue: brave/brave-browser#461
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
yarn test brave_browser_tests Release --filter=*.GetDefaultWindowIconTest
Reviewer Checklist: