-
Notifications
You must be signed in to change notification settings - Fork 920
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
[ads] RichNTT: Android #27645
base: master
Are you sure you want to change the base?
[ads] RichNTT: Android #27645
Conversation
Chromium major version is behind target branch (133.0.6943.54 vs 134.0.6998.15). Please rebase. |
8e189c5
to
42569fa
Compare
fbb6db3
to
0ef68e4
Compare
4c02a83
to
78d1c83
Compare
786d583
to
380b677
Compare
android:id="@+id/bg_background_view" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
</FrameLayout> |
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.
shouldn't it to be android:visibility="gone"
?
windowAndroid, | ||
WebContents.createDefaultInternalsHolder()); | ||
|
||
final IntentRequestTracker intentRequestTracker = windowAndroid.getIntentRequestTracker(); |
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.
why intentRequestTracker
has to be final
, could windowAndroid.getIntentRequestTracker()
passed directly to create
?
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.
the same about final ContentView webContentView
, final ViewAndroidDelegate delegate
Resolves brave/brave-browser#43513
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: